Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkDrawCommand.cpp2467 , fYPos(y) in SkDrawTextBlobCommand()
2502 canvas->drawTextBlob(fBlob, fXPos, fYPos, fPaint); in execute()
2509 SkRect bounds = fBlob->bounds().makeOffset(fXPos, fYPos); in render()
2512 canvas->drawTextBlob(fBlob.get(), fXPos, fYPos, fPaint); in render()
2556 result[SKDEBUGCANVAS_ATTRIBUTE_Y] = Json::Value(fYPos); in toJSON()
DSkDrawCommand.h521 SkScalar fYPos; variable