Home
last modified time | relevance | path

Searched refs:xInt (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/gpu/text/
DGrTextContext.cpp260 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/
DAtlasTextOp.cpp550 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/
Ddng_resample.cpp402 int32 xInt = ((int32) j) - (int32) fRadius + 1; in Initialize() local
403 real64 xPos = xInt - xFract; in Initialize()
/third_party/flutter/skia/tools/viewer/
DViewer.cpp2135 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/
DViewer.cpp2765 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()