Home
last modified time | relevance | path

Searched defs:maxDim (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/text/
DGrAtlasManager.cpp25 int maxDim = 1 << log2MaxDim; in GrRestrictedAtlasManager() local
32 int maxDim = 1 << log2MaxDim; in GrRestrictedAtlasManager() local
DGrAtlasTextContext.cpp854 SkScalar maxDim = SkTMax(glyph.fWidth, glyph.fHeight)*fTextRatio; in appendText() local
/external/skqp/src/gpu/text/
DGrAtlasGlyphCache.cpp45 int maxDim = 1 << log2MaxDim; in GrAtlasGlyphCache() local
52 int maxDim = 1 << log2MaxDim; in GrAtlasGlyphCache() local
DGrAtlasTextContext.cpp726 SkScalar maxDim = SkTMax(glyph.fWidth, glyph.fHeight)*textRatio; in drawDFPosText() local
/external/skqp/src/gpu/ops/
DGrSmallPathRenderer.cpp115 SkScalar maxDim = SkMaxScalar(bounds.width(), bounds.height()); in onCanDrawPath() local
303 SkScalar maxDim = SkMaxScalar(bounds.width(), bounds.height()); in onPrepareDraws() local
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp115 SkScalar maxDim = SkMaxScalar(bounds.width(), bounds.height()); in onCanDrawPath() local
300 SkScalar maxDim = SkMaxScalar(bounds.width(), bounds.height()); in onPrepareDraws() local
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp852 …uint32_t maxDim = std::max(std::max(pCreateInfo->extent.width, pCreateInfo->extent.height), pCreat… in pv_vkCreateImage() local
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp19061 …uint32_t maxDim = std::max({image_create_info.extent.width, image_create_info.extent.height, image… in TEST_F() local