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

  /external/webkit/Source/WebCore/rendering/style/
StyleCachedImage.cpp 37 bool StyleCachedImage::canRender(float multiplier) const
39 return m_image->canRender(multiplier);
StyleCachedImage.h 45 virtual bool canRender(float multiplier) const;
StyleImage.h 52 virtual bool canRender(float /*multiplier*/) const { return true; }
  /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,
  /external/webkit/Source/WebCore/loader/cache/
CachedImage.h 50 bool canRender(float multiplier) const { return !errorOccurred() && !imageSize(multiplier).isEmpty(); }
  /external/skia/legacy/src/ports/
SkHarfBuzzFont.cpp 72 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters,
156 canRender,
  /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/harfbuzz/src/
harfbuzz-hebrew.c 145 if (shaper_item->font->klass->canRender(shaper_item->font, (HB_UChar16 *)&shaped, 1)) {
harfbuzz-shaper.h 244 HB_Bool (*canRender)(HB_Font font, const HB_UChar16 *string, hb_uint32 length);
harfbuzz-greek.c 398 if (shaper_item->font->klass->canRender(shaper_item->font, (HB_UChar16 *)&shaped, 1)) {
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-hebrew.c 145 if (shaper_item->font->klass->canRender(shaper_item->font, (HB_UChar16 *)&shaped, 1)) {
harfbuzz-shaper.h 213 HB_Bool (*canRender)(HB_Font font, const HB_UChar16 *string, hb_uint32 length);
harfbuzz-greek.c 398 if (shaper_item->font->klass->canRender(shaper_item->font, (HB_UChar16 *)&shaped, 1)) {
  /external/webkit/Source/WebCore/editing/
DeleteButtonController.cpp 117 if (background->image() && background->image()->canRender(1))
  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp     [all...]
RenderBoxModelObject.cpp 591 bool shouldPaintBackgroundImage = bgImage && bgImage->canRender(style()->effectiveZoom());
    [all...]
RenderObject.cpp 668 if (!img || !img->canRender(renderer->style()->effectiveZoom()))
699 bool shouldPaintBorderImage = borderImage && borderImage->canRender(style()->effectiveZoom());
    [all...]
RenderBox.cpp 919 if (fillLayer->hasImage() && fillLayer->image()->canRender(style()->effectiveZoom())) {
    [all...]

Completed in 949 milliseconds