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 | 2251 fXPos = xOffset; in SkTextBaseIter() 2268 fXPos += (fPrevAdvance + fAutoKern.adjust(glyph)) * fScale; in next() 2281 *xpos = fXPos; in next() 2290 fXPos += (fPrevAdvance + fAutoKern.adjust(glyph)) * fScale; in next() 2293 fCache->findIntercepts(fBounds, fScale, fXPos, SkToBool(fXYIndex), in next()
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.cpp | 2919 , fXPos(x) in SkDrawTextBlobCommand() 2955 canvas->drawTextBlob(fBlob, fXPos, fYPos, fPaint); in execute() 2962 SkRect bounds = fBlob->bounds().makeOffset(fXPos, fYPos); in render() 2965 canvas->drawTextBlob(fBlob, fXPos, fYPos, fPaint); in render() 3009 result[SKDEBUGCANVAS_ATTRIBUTE_X] = Json::Value(fXPos); in toJSON() 3016 bounds.offset(fXPos, fYPos); in toJSON()
|
D | SkDrawCommand.h | 623 SkScalar fXPos; variable
|