Home
last modified time | relevance | path

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

/external/skqp/tools/debugger/
DSkDrawCommand.cpp1760 , fYPos(y) in SkDrawTextBlobCommand()
1764 canvas->drawTextBlob(fBlob, fXPos, fYPos, fPaint); in execute()
1771 SkRect bounds = fBlob->bounds().makeOffset(fXPos, fYPos); in render()
1774 canvas->drawTextBlob(fBlob, fXPos, fYPos, fPaint); in render()
1822 writer.appendFloat(SKDEBUGCANVAS_ATTRIBUTE_Y, fYPos); in toJSON()
1829 bounds.offset(fXPos, fYPos); in toJSON()
DSkDrawCommand.h506 SkScalar fYPos; variable
/external/skia/tools/debugger/
DSkDrawCommand.cpp1782 , fYPos(y) in SkDrawTextBlobCommand()
1786 canvas->drawTextBlob(fBlob, fXPos, fYPos, fPaint); in execute()
1793 SkRect bounds = fBlob->bounds().makeOffset(fXPos, fYPos); in render()
1796 canvas->drawTextBlob(fBlob, fXPos, fYPos, fPaint); in render()
1844 writer.appendFloat(SKDEBUGCANVAS_ATTRIBUTE_Y, fYPos); in toJSON()
1851 bounds.offset(fXPos, fYPos); in toJSON()
DSkDrawCommand.h519 SkScalar fYPos; variable