OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
79
static HB_Bool
canRender
(HB_Font hbFont, const HB_UChar16* characters,
163
canRender
,
/external/webkit/Source/WebCore/platform/graphics/android/
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
107
static HB_Bool
canRender
(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length)
206
canRender
,
/external/harfbuzz/src/
harfbuzz-shaper.h
244
HB_Bool (*
canRender
)(HB_Font font, const HB_UChar16 *string, hb_uint32 length);
Completed in 104 milliseconds