Home
last modified time | relevance | path

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

/third_party/skia/tools/debugger/
DDrawCommand.cpp1641 , fYPos(y) in DrawTextBlobCommand()
1645 canvas->drawTextBlob(fBlob, fXPos, fYPos, fPaint); in execute()
1652 SkRect bounds = fBlob->bounds().makeOffset(fXPos, fYPos); in render()
1655 canvas->drawTextBlob(fBlob, fXPos, fYPos, fPaint); in render()
1702 writer.appendFloat(DEBUGCANVAS_ATTRIBUTE_Y, fYPos); in toJSON()
1711 bounds.offset(fXPos, fYPos); in toJSON()
DDrawCommand.h503 SkScalar fYPos; variable