Home
last modified time | relevance | path

Searched refs:invHeight (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/shaders/
DSkImageShader.cpp511 ctx->invHeight = 1.0f / ctx->height; in doStages()
538 ctx->invHeight = 1.0f / ctx->height; in doStages()
/third_party/flutter/skia/src/core/
DSkRasterPipeline.h150 float invWidth, invHeight; member
/third_party/skia/src/core/
DSkRasterPipeline.h153 float invWidth, invHeight; member
/third_party/skia/src/shaders/
DSkImageShader.cpp570 ctx->invHeight = 1.0f / ctx->height; in doStages()
597 ctx->invHeight = 1.0f / ctx->height; in doStages()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp3695 const float invHeight = 1.0f / height; in onRegenerateMipMapLevels() local
3697 invWidth, (width - 1) * invWidth, invHeight, (height - 1) * invHeight)); in onRegenerateMipMapLevels()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp3544 const float invHeight = 1.0f / height; in onRegenerateMipMapLevels() local
3546 invWidth, (width - 1) * invWidth, invHeight, (height - 1) * invHeight)); in onRegenerateMipMapLevels()
/third_party/flutter/skia/src/opts/
DSkRasterPipeline_opts.h2634 y = tile(y, ctx->tileY, ctx->height, ctx->invHeight); in sample()
4001 y = tile(y, ctx->tileY, ctx->height, ctx->invHeight);
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h2723 y = tile(y, ctx->tileY, ctx->height, ctx->invHeight); in sample()