Searched refs:xInt (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/src/gpu/text/ |
D | GrTextContext.cpp | 260 int xInt = (random->nextU() % kMaxTrans) * xPos; in GR_DRAW_OP_TEST_DEFINE() local 264 skPaint, font, viewMatrix, text, xInt, yInt); in GR_DRAW_OP_TEST_DEFINE()
|
/third_party/skia/src/gpu/ops/ |
D | AtlasTextOp.cpp | 550 int xInt = (random->nextU() % kMaxTrans) * xPos; in GR_DRAW_OP_TEST_DEFINE() local 554 text, xInt, yInt); in GR_DRAW_OP_TEST_DEFINE()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_resample.cpp | 402 int32 xInt = ((int32) j) - (int32) fRadius + 1; in Initialize() local 403 real64 xPos = xInt - xFract; in Initialize()
|
/third_party/flutter/skia/tools/viewer/ |
D | Viewer.cpp | 2135 int xInt = SkScalarRoundToInt(x); in drawImGui() local 2141 if (fLastImage->readPixels(info, &pixel, info.minRowBytes(), xInt, yInt)) { in drawImGui() 2144 xInt, yInt, in drawImGui()
|
/third_party/skia/tools/viewer/ |
D | Viewer.cpp | 2765 int xInt = SkScalarRoundToInt(x); in drawImGui() local 2772 if (fLastImage->readPixels(dContext, info, &pixel, info.minRowBytes(), xInt, yInt)) { in drawImGui() 2775 xInt, yInt, in drawImGui()
|