Searched defs:maxDim (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/text/ |
D | GrAtlasManager.cpp | 25 int maxDim = 1 << log2MaxDim; in GrRestrictedAtlasManager() local 32 int maxDim = 1 << log2MaxDim; in GrRestrictedAtlasManager() local
|
D | GrAtlasTextContext.cpp | 854 SkScalar maxDim = SkTMax(glyph.fWidth, glyph.fHeight)*fTextRatio; in appendText() local
|
/external/skqp/src/gpu/text/ |
D | GrAtlasGlyphCache.cpp | 45 int maxDim = 1 << log2MaxDim; in GrAtlasGlyphCache() local 52 int maxDim = 1 << log2MaxDim; in GrAtlasGlyphCache() local
|
D | GrAtlasTextContext.cpp | 726 SkScalar maxDim = SkTMax(glyph.fWidth, glyph.fHeight)*textRatio; in drawDFPosText() local
|
/external/skqp/src/gpu/ops/ |
D | GrSmallPathRenderer.cpp | 115 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/ |
D | GrSmallPathRenderer.cpp | 115 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/ |
D | parameter_validation_utils.cpp | 852 …uint32_t maxDim = std::max(std::max(pCreateInfo->extent.width, pCreateInfo->extent.height), pCreat… in pv_vkCreateImage() local
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 19061 …uint32_t maxDim = std::max({image_create_info.extent.width, image_create_info.extent.height, image… in TEST_F() local
|