Home
last modified time | relevance | path

Searched refs:xPos (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/samplecode/
DSampleShadowReference.cpp123 SkScalar xPos = 230; in onDrawContent() local
131 canvas->translate(xPos, yPos); in onDrawContent()
137 xPos += 320; in onDrawContent()
142 canvas->translate(xPos, yPos); in onDrawContent()
148 xPos += 320; in onDrawContent()
153 canvas->translate(xPos, yPos); in onDrawContent()
159 xPos += 320; in onDrawContent()
164 canvas->translate(xPos, yPos); in onDrawContent()
170 xPos += 320; in onDrawContent()
175 canvas->translate(xPos, yPos); in onDrawContent()
[all …]
DSampleShadowColor.cpp204 SkScalar xPos = 75; in onDrawContent() local
209 canvas->translate(xPos, yPos); in onDrawContent()
215 xPos += 120; in onDrawContent()
DSampleShip.cpp68 float xPos = (x / (kGrid - 1.0f)) * kWidth; in DrawShipView() local
75 xPos, yPos, anchorX, anchorY); in DrawShipView()
/third_party/skia/docs/examples/
Dpathops.cpp67 int xPos = 150; in draw() local
72 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos)); in draw()
77 xPos += 150; in draw()
/third_party/skia/gm/
Dpathopsinverse.cpp91 int xPos = 150; in onDraw() local
96 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos)); in onDraw()
101 xPos += 150; in onDraw()
/third_party/skia/tools/sk_app/win/
DWindow_win.cpp265 int xPos = GET_X_LPARAM(lParam); in WndProc() local
279 eventHandled = window->onMouse(xPos, yPos, istate, in WndProc()
284 int xPos = GET_X_LPARAM(lParam); in WndProc() local
295 eventHandled = window->onMouse(xPos, yPos, skui::InputState::kMove, in WndProc()
/third_party/skia/src/core/
DSkGlyph.cpp288 void SkGlyph::ensureIntercepts(const SkScalar* bounds, SkScalar scale, SkScalar xPos, in ensureIntercepts() argument
291 auto offsetResults = [scale, xPos]( in ensureIntercepts()
296 *array++ = intercept->fInterval[index] * scale + xPos; in ensureIntercepts()
DSkStrikeCache.h69 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() argument
71 fScalerCache.findIntercepts(bounds, scale, xPos, glyph, array, count); in findIntercepts()
DSkStrikeSpec.cpp260 const SkScalar* bounds, SkScalar scale, SkScalar xPos, in findIntercepts() argument
264 fStrike->findIntercepts(bounds, scale, xPos, const_cast<SkGlyph*>(glyph), array, count); in findIntercepts()
DSkScalerCache.cpp245 void SkScalerCache::findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() argument
248 glyph->ensureIntercepts(bounds, scale, xPos, array, count, &fAlloc); in findIntercepts()
DSkScalerCache.h75 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
DSkStrikeSpec.h133 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
DSkGlyph.h333 void ensureIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp510 int xPos = xSize - mx; in OnSize() local
511 xPos -= bSizeX; in OnSize()
512 MoveItem(IDCANCEL, xPos, yPos, bSizeX, _buttonSizeY); in OnSize()
513 xPos -= (mx2 + bSizeX); in OnSize()
514 MoveItem(IDB_PAUSE, xPos, yPos, bSizeX, _buttonSizeY); in OnSize()
515 xPos -= (mx2 + bSizeX); in OnSize()
516 MoveItem(IDB_PROGRESS_BACKGROUND, xPos, yPos, bSizeX, _buttonSizeY); in OnSize()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_resample.cpp403 real64 xPos = xInt - xFract; in Initialize() local
410 real64 dx2 = xPos * xPos; in Initialize()
420 w32 [index] = (real32) kernel.Evaluate (xPos) * in Initialize()
/third_party/skia/src/gpu/ops/
DAtlasTextOp.cpp548 int xPos = (random->nextU() % 2) * 2 - 1; in GR_DRAW_OP_TEST_DEFINE() local
550 int xInt = (random->nextU() % kMaxTrans) * xPos; in GR_DRAW_OP_TEST_DEFINE()