Lines Matching defs:VisualItem
1025 struct VisualItem struct
1028 SCRIPT_ITEM* mpScriptItem;
1029 int mnMinGlyphPos;
1030 int mnEndGlyphPos;
1031 int mnMinCharPos;
1032 int mnEndCharPos;
1034 int mnXOffset;
1035 ABC maABCWidths;
1036 bool mbHasKashidas;
1039 bool IsEmpty() const { return (mnEndGlyphPos <= 0); }
1040 bool IsRTL() const { return mpScriptItem->a.fRTL; }
1041 bool HasKashidas() const { return mbHasKashidas; }