HomeSort by relevance Sort by last modified time
    Searched defs:canRender (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/loader/cache/
CachedImage.h 50 bool canRender(float multiplier) const { return !errorOccurred() && !imageSize(multiplier).isEmpty(); }
  /external/webkit/Source/WebCore/rendering/style/
StyleCachedImage.cpp 37 bool StyleCachedImage::canRender(float multiplier) const
39 return m_image->canRender(multiplier);
StyleImage.h 52 virtual bool canRender(float /*multiplier*/) const { return true; }
  /external/skia/src/ports/
SkHarfBuzzFont.cpp 72 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters,
156 canRender,
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
HarfbuzzSkia.cpp 102 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length)
196 canRender,
  /external/webkit/Source/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 115 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length)
128 bool canRender = true;
131 canRender = false;
136 return canRender;
213 canRender,
  /frameworks/base/core/jni/android/graphics/
HarfbuzzSkia.cpp 95 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length)
185 canRender,
  /external/harfbuzz/src/
harfbuzz-shaper.h 244 HB_Bool (*canRender)(HB_Font font, const HB_UChar16 *string, hb_uint32 length);

Completed in 156 milliseconds