HomeSort by relevance Sort by last modified time
    Searched refs:xyIndex (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkPaint.cpp 726 // xyIndex is 0 for fAdvanceX or 1 for fAdvanceY
727 static SkScalar advance(const SkGlyph& glyph, int xyIndex) {
728 SkASSERT(0 == xyIndex || 1 == xyIndex);
729 return SkFloatToScalar((&glyph.fAdvanceX)[xyIndex]);
748 int xyIndex;
751 xyIndex = 1;
754 xyIndex = 0;
761 SkScalar x = advance(*g, xyIndex);
768 x += SkAutoKern_Adjust(rsb, g->fLsbDelta) + advance(*g, xyIndex);
    [all...]
  /external/skqp/src/core/
SkPaint.cpp 726 // xyIndex is 0 for fAdvanceX or 1 for fAdvanceY
727 static SkScalar advance(const SkGlyph& glyph, int xyIndex) {
728 SkASSERT(0 == xyIndex || 1 == xyIndex);
729 return SkFloatToScalar((&glyph.fAdvanceX)[xyIndex]);
748 int xyIndex;
751 xyIndex = 1;
754 xyIndex = 0;
761 SkScalar x = advance(*g, xyIndex);
768 x += SkAutoKern_Adjust(rsb, g->fLsbDelta) + advance(*g, xyIndex);
    [all...]

Completed in 57 milliseconds