Home
last modified time | relevance | path

Searched refs:fYPos (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/debugger/
DSkDrawCommand.cpp2920 , fYPos(y) 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()
3010 result[SKDEBUGCANVAS_ATTRIBUTE_Y] = Json::Value(fYPos); in toJSON()
3016 bounds.offset(fXPos, fYPos); in toJSON()
DSkDrawCommand.h624 SkScalar fYPos; variable