Home
last modified time | relevance | path

Searched refs:yInt (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkBlurMF.cpp644 int yInt = SkScalarFloorToInt(y); in apply_kernel_in_y() local
645 SkASSERT(yInt >= -1); in apply_kernel_in_y()
648 } else if (yInt >= halfKernelSize - 1) { in apply_kernel_in_y()
651 float yFrac = y - yInt; in apply_kernel_in_y()
652 results[i] = (1.f - yFrac) * summedHalfKernelTable[yInt] + in apply_kernel_in_y()
653 yFrac * summedHalfKernelTable[yInt + 1]; in apply_kernel_in_y()
/third_party/skia/src/gpu/ops/
H A DAtlasTextOp.cpp551 int yInt = (random->nextU() % kMaxTrans) * yPos; 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/
H A Ddng_resample.cpp396 int32 yInt = ((int32) i) - (int32) fRadius + 1; in Initialize() local
397 real64 yPos = yInt - yFract; in Initialize()
/third_party/skia/tools/viewer/
H A DViewer.cpp2766 int yInt = SkScalarRoundToInt(y); in drawImGui() local
2772 if (fLastImage->readPixels(dContext, info, &pixel, info.minRowBytes(), xInt, yInt)) { in drawImGui()
2775 xInt, yInt, in drawImGui()

Completed in 9 milliseconds