Searched refs:fXPos (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkTextToPathIter.h | 30 SkScalar fXPos; // accumulated xpos, returned in next variable 73 SkScalar xOffset = TextType::kText == fTextType && fXYIndex ? fXPos : 0; in setPosition() 93 fXPos = xOffset + (fXYIndex ? y : x); in setPosition()
|
D | SkPaint.cpp | 2256 fXPos = xOffset; in SkTextBaseIter() 2273 fXPos += (fPrevAdvance + fAutoKern.adjust(glyph)) * fScale; in next() 2286 *xpos = fXPos; in next() 2295 fXPos += (fPrevAdvance + fAutoKern.adjust(glyph)) * fScale; in next() 2298 fCache->findIntercepts(fBounds, fScale, fXPos, SkToBool(fXYIndex), in next()
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.cpp | 2886 , fXPos(x) 2922 canvas->drawTextBlob(fBlob, fXPos, fYPos, fPaint); 2929 SkRect bounds = fBlob->bounds().makeOffset(fXPos, fYPos); 2932 canvas->drawTextBlob(fBlob, fXPos, fYPos, fPaint); 2976 result[SKDEBUGCANVAS_ATTRIBUTE_X] = Json::Value(fXPos); 2983 bounds.offset(fXPos, fYPos);
|
D | SkDrawCommand.h | 657 SkScalar fXPos; variable
|