Home
last modified time | relevance | path

Searched refs:invWidth (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/src/core/
DSkScan_Path.cpp321 int invWidth = fLastX - fPrevX; in prepost() local
322 if (invWidth > 0) { in prepost()
323 fBlitter->blitH(fPrevX, y, invWidth); in prepost()
330 int invWidth = x - fPrevX; in blitH() local
331 if (invWidth > 0) { in blitH()
332 fBlitter->blitH(fPrevX, y, invWidth); in blitH()
DSkRasterPipeline.h150 float invWidth, invHeight; member
/third_party/skia/src/core/
DSkScan_Path.cpp320 int invWidth = fLastX - fPrevX; in prepost() local
321 if (invWidth > 0) { in prepost()
322 fBlitter->blitH(fPrevX, y, invWidth); in prepost()
329 int invWidth = x - fPrevX; in blitH() local
330 if (invWidth > 0) { in blitH()
331 fBlitter->blitH(fPrevX, y, invWidth); in blitH()
DSkRasterPipeline.h153 float invWidth, invHeight; member
DSkGpuBlurUtils.cpp829 const float invWidth = 1.f / width; in CreateIntegralTable() local
831 float x = (i + 0.5f) * invWidth; in CreateIntegralTable()
/third_party/flutter/skia/src/shaders/
DSkImageShader.cpp510 ctx->invWidth = 1.0f / ctx->width; in doStages()
537 ctx->invWidth = 1.0f / ctx->width; in doStages()
/third_party/skia/src/shaders/
DSkImageShader.cpp569 ctx->invWidth = 1.0f / ctx->width; in doStages()
596 ctx->invWidth = 1.0f / ctx->width; in doStages()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp3694 const float invWidth = 1.0f / width; in onRegenerateMipMapLevels() local
3697 invWidth, (width - 1) * invWidth, invHeight, (height - 1) * invHeight)); in onRegenerateMipMapLevels()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp3543 const float invWidth = 1.0f / width; in onRegenerateMipMapLevels() local
3546 invWidth, (width - 1) * invWidth, invHeight, (height - 1) * invHeight)); in onRegenerateMipMapLevels()
/third_party/flutter/skia/src/opts/
DSkRasterPipeline_opts.h2633 x = tile(x, ctx->tileX, ctx->width , ctx->invWidth ); in sample()
4000 x = tile(x, ctx->tileX, ctx->width , ctx->invWidth );
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h2722 x = tile(x, ctx->tileX, ctx->width , ctx->invWidth ); in sample()