Searched refs:xyIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp1022 // xyIndex is 0 for fAdvanceX or 1 for fAdvanceY
1023 static SkFixed advance(const SkGlyph& glyph, int xyIndex) { argument
1024 SkASSERT(0 == xyIndex || 1 == xyIndex);
1025 return (&glyph.fAdvanceX)[xyIndex];
1044 int xyIndex; local
1047 xyIndex = 1;
1050 xyIndex = 0;
1060 Sk48Dot16 x = advance(*g, xyIndex);
1070 x += SkAutoKern_AdjustF(rsb, g->fLsbDelta) + advance(*g, xyIndex);
1194 const int xyIndex = paint.isVerticalText() ? 1 : 0; local
1319 const int xyIndex = paint.isVerticalText() ? 1 : 0; local
[all...]
/external/skia/src/core/
H A DSkPaint.cpp1054 // xyIndex is 0 for fAdvanceX or 1 for fAdvanceY
1055 static SkFixed advance(const SkGlyph& glyph, int xyIndex) { argument
1056 SkASSERT(0 == xyIndex || 1 == xyIndex);
1057 return (&glyph.fAdvanceX)[xyIndex];
1076 int xyIndex; local
1079 xyIndex = 1;
1082 xyIndex = 0;
1092 Sk48Dot16 x = advance(*g, xyIndex);
1102 x += SkAutoKern_AdjustF(rsb, g->fLsbDelta) + advance(*g, xyIndex);
1233 const int xyIndex = paint.isVerticalText() ? 1 : 0; local
1358 const int xyIndex = paint.isVerticalText() ? 1 : 0; local
[all...]

Completed in 73 milliseconds