/third_party/skia/samplecode/ |
D | SampleShadowReference.cpp | 123 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 …]
|
D | SampleShadowColor.cpp | 204 SkScalar xPos = 75; in onDrawContent() local 209 canvas->translate(xPos, yPos); in onDrawContent() 215 xPos += 120; in onDrawContent()
|
D | SampleShip.cpp | 68 float xPos = (x / (kGrid - 1.0f)) * kWidth; in DrawShipView() local 75 xPos, yPos, anchorX, anchorY); in DrawShipView()
|
/third_party/skia/docs/examples/ |
D | pathops.cpp | 67 int xPos = 150; in draw() local 72 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos)); in draw() 77 xPos += 150; in draw()
|
/third_party/skia/gm/ |
D | pathopsinverse.cpp | 91 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/ |
D | Window_win.cpp | 265 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/ |
D | SkGlyph.cpp | 288 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()
|
D | SkStrikeCache.h | 69 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() argument 71 fScalerCache.findIntercepts(bounds, scale, xPos, glyph, array, count); in findIntercepts()
|
D | SkStrikeSpec.cpp | 260 const SkScalar* bounds, SkScalar scale, SkScalar xPos, in findIntercepts() argument 264 fStrike->findIntercepts(bounds, scale, xPos, const_cast<SkGlyph*>(glyph), array, count); in findIntercepts()
|
D | SkScalerCache.cpp | 245 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()
|
D | SkScalerCache.h | 75 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
|
D | SkStrikeSpec.h | 133 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
|
D | SkGlyph.h | 333 void ensureIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2.cpp | 510 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/ |
D | dng_resample.cpp | 403 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/ |
D | AtlasTextOp.cpp | 548 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()
|