Searched defs:canRender (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/rendering/style/ |
D | StyleImage.h | 52 virtual bool canRender(float /*multiplier*/) const { return true; } in canRender() function
|
D | StyleCachedImage.cpp | 37 bool StyleCachedImage::canRender(float multiplier) const in canRender() function in WebCore::StyleCachedImage
|
/external/webkit/Source/WebCore/loader/cache/ |
D | CachedImage.h | 50 …bool canRender(float multiplier) const { return !errorOccurred() && !imageSize(multiplier).isEmpty… in canRender() function
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | HarfbuzzSkia.cpp | 115 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length) in canRender() function 128 bool canRender = true; in canRender() local
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | HarfbuzzSkia.cpp | 102 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length) in canRender() function
|
/external/skia/legacy/src/ports/ |
D | SkHarfBuzzFont.cpp | 72 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters, in canRender() function
|
/external/skia/src/ports/ |
D | SkHarfBuzzFont.cpp | 72 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters, in canRender() function
|
/external/harfbuzz_ng/src/hb-old/ |
D | harfbuzz-shaper.h | 213 HB_Bool (*canRender)(HB_Font font, const HB_UChar16 *string, hb_uint32 length); member
|
/external/harfbuzz/src/ |
D | harfbuzz-shaper.h | 244 HB_Bool (*canRender)(HB_Font font, const HB_UChar16 *string, hb_uint32 length); member
|