Searched refs:prepareImage (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkStrike.cpp | 126 const void* SkStrike::prepareImage(SkGlyph* glyph) { in prepareImage() function in SkStrike 182 (void)this->prepareImage(glyphPtr); in prepareImages() 208 this->prepareImage(glyphPtr); in prepareForDrawingRemoveEmpty()
|
D | SkStrike.h | 54 const void* prepareImage(SkGlyph* glyph);
|
/third_party/skia/src/core/ |
D | SkScalerCache.cpp | 100 std::tuple<const void*, size_t> SkScalerCache::prepareImage(SkGlyph* glyph) { in prepareImage() function in SkScalerCache 148 auto[_, imageSize] = this->prepareImage(glyph); in prepareImages() 178 auto [image, imageSize] = this->prepareImage(glyph); in prepareForDrawingMasksCPU()
|
D | SkScalerCache.h | 124 std::tuple<const void*, size_t> prepareImage(SkGlyph* glyph) SK_REQUIRES(fMu);
|
/third_party/flutter/skia/src/gpu/text/ |
D | GrStrikeCache.cpp | 88 const void* src = cache->prepareImage(glyph); in get_packed_glyph_image()
|
/third_party/flutter/skia/tests/ |
D | SkRemoteGlyphCacheTest.cpp | 880 testCache->prepareImage(lostGlyph); in DEF_TEST() 893 testCache->prepareImage(lostGlyph); in DEF_TEST()
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFFont.cpp | 442 (void)cache->prepareImage(cache->glyph(gid)); in to_image()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.hpp | 547 void prepareImage(Utils::program& program, Utils::texture& color_texture) const;
|
D | gl4cEnhancedLayoutsTests.hpp | 1170 virtual void prepareImage(glw::GLint location, Utils::Texture& image_texture) const;
|
D | gl4cShadingLanguage420PackTests.cpp | 2025 void GLSLTestBase::prepareImage(Utils::program& program, Utils::texture& color_texture) const in prepareImage() function in gl4cts::GLSL420Pack::GLSLTestBase 2100 prepareImage(program, color_tex); in testCompute()
|
D | gl4cEnhancedLayoutsTests.cpp | 6970 void TextureTestBase::prepareImage(GLint location, Utils::Texture& image_texture) const in test() function in gl4cts::EnhancedLayouts::TextureTestBase 7739 prepareImage(image_location, texture_im); in test() 7933 prepareImage(image_location, texture_im); in test()
|