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

  /external/skia/src/core/
SkTextToPathIter.h 32 int fXYIndex; // cache for horizontal -vs- vertical text
73 SkScalar xOffset = TextType::kText == fTextType && fXYIndex ? fXPos : 0;
86 SkScalar bound = fBoundsBase[i] - (fXYIndex ? x : y);
87 if (fXYIndex) {
93 fXPos = xOffset + (fXYIndex ? y : x);
SkPaint.cpp     [all...]
  /external/skqp/src/core/
SkTextToPathIter.h 32 int fXYIndex; // cache for horizontal -vs- vertical text
73 SkScalar xOffset = TextType::kText == fTextType && fXYIndex ? fXPos : 0;
86 SkScalar bound = fBoundsBase[i] - (fXYIndex ? x : y);
87 if (fXYIndex) {
93 fXPos = xOffset + (fXYIndex ? y : x);
SkPaint.cpp     [all...]
  /external/skia/src/gpu/text/
GrTextUtils.cpp 87 SkASSERT(0 == fXYIndex || 1 == fXYIndex);
88 fPrevAdvance = SkFloatToScalar((&glyph.fAdvanceX)[fXYIndex]);

Completed in 516 milliseconds