Searched defs:canRender (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/loader/cache/
H A DCachedImage.h50 bool canRender(float multiplier) const { return !errorOccurred() && !imageSize(multiplier).isEmpty(); } function in class:WebCore::CachedImage
/external/webkit/Source/WebCore/rendering/style/
H A DStyleCachedImage.cpp37 bool StyleCachedImage::canRender(float multiplier) const function in class:WebCore::StyleCachedImage
39 return m_image->canRender(multiplier);
H A DStyleImage.h52 virtual bool canRender(float /*multiplier*/) const { return true; } function in class:WebCore::StyleImage
/external/skia/src/ports/
H A DSkHarfBuzzFont.cpp72 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters, function
156 canRender,
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DHarfbuzzSkia.cpp102 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length) function in namespace:WebCore
196 canRender,
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DHarfbuzzSkia.cpp115 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length) function in namespace:WebCore
128 bool canRender = true; local
131 canRender = false;
136 return canRender;
213 canRender,
/external/harfbuzz/src/
H A Dharfbuzz-shaper.h244 HB_Bool (*canRender)(HB_Font font, const HB_UChar16 *string, hb_uint32 length); member in struct:__anon6293

Completed in 1449 milliseconds