Searched refs:invWidth (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkScan_Path.cpp | 321 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()
|
D | SkRasterPipeline.h | 150 float invWidth, invHeight; member
|
/third_party/skia/src/core/ |
D | SkScan_Path.cpp | 320 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()
|
D | SkRasterPipeline.h | 153 float invWidth, invHeight; member
|
D | SkGpuBlurUtils.cpp | 829 const float invWidth = 1.f / width; in CreateIntegralTable() local 831 float x = (i + 0.5f) * invWidth; in CreateIntegralTable()
|
/third_party/flutter/skia/src/shaders/ |
D | SkImageShader.cpp | 510 ctx->invWidth = 1.0f / ctx->width; in doStages() 537 ctx->invWidth = 1.0f / ctx->width; in doStages()
|
/third_party/skia/src/shaders/ |
D | SkImageShader.cpp | 569 ctx->invWidth = 1.0f / ctx->width; in doStages() 596 ctx->invWidth = 1.0f / ctx->width; in doStages()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 3694 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/ |
D | GrGLGpu.cpp | 3543 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/ |
D | SkRasterPipeline_opts.h | 2633 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/ |
D | SkRasterPipeline_opts.h | 2722 x = tile(x, ctx->tileX, ctx->width , ctx->invWidth ); in sample()
|