Searched refs:fYPos (Results 1 – 4 of 4) sorted by relevance
/external/skqp/tools/debugger/ |
D | SkDrawCommand.cpp | 1760 , 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()
|
D | SkDrawCommand.h | 506 SkScalar fYPos; variable
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.cpp | 1782 , 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()
|
D | SkDrawCommand.h | 519 SkScalar fYPos; variable
|