Home
last modified time | relevance | path

Searched defs:canRender (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DStyleImage.h52 virtual bool canRender(float /*multiplier*/) const { return true; } in canRender() function
DStyleCachedImage.cpp37 bool StyleCachedImage::canRender(float multiplier) const in canRender() function in WebCore::StyleCachedImage
/external/webkit/Source/WebCore/loader/cache/
DCachedImage.h50 …bool canRender(float multiplier) const { return !errorOccurred() && !imageSize(multiplier).isEmpty… in canRender() function
/external/webkit/Source/WebCore/platform/graphics/chromium/
DHarfbuzzSkia.cpp115 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/
DHarfbuzzSkia.cpp102 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length) in canRender() function
/external/skia/legacy/src/ports/
DSkHarfBuzzFont.cpp72 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters, in canRender() function
/external/skia/src/ports/
DSkHarfBuzzFont.cpp72 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters, in canRender() function
/external/harfbuzz_ng/src/hb-old/
Dharfbuzz-shaper.h213 HB_Bool (*canRender)(HB_Font font, const HB_UChar16 *string, hb_uint32 length); member
/external/harfbuzz/src/
Dharfbuzz-shaper.h244 HB_Bool (*canRender)(HB_Font font, const HB_UChar16 *string, hb_uint32 length); member