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

  /frameworks/base/core/java/com/android/internal/widget/
BackgroundFallback.java 38 public boolean hasFallback() {
43 if (!hasFallback()) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGShape.cpp 115 bool hasFallback;
116 if (requiresFill && !RenderSVGResource::requestPaintingResource(ApplyToFillMode, this, style(), hasFallback))
127 bool hasFallback;
128 if (requiresStroke && !RenderSVGResource::requestPaintingResource(ApplyToStrokeMode, this, style(), hasFallback))
205 bool hasFallback;
206 if (RenderSVGResource* fillPaintingResource = RenderSVGResource::requestPaintingResource(ApplyToFillMode, this, style, hasFallback)) {
210 } else if (hasFallback) {
222 bool hasFallback;
223 if (RenderSVGResource* strokePaintingResource = RenderSVGResource::requestPaintingResource(ApplyToStrokeMode, this, style, hasFallback)) {
227 } else if (hasFallback) {
    [all...]
SVGInlineTextBox.cpp 371 bool hasFallback = false;
372 m_paintingResource = RenderSVGResource::requestPaintingResource(resourceMode, &m_renderer, style, hasFallback);
377 if (hasFallback) {
SVGRenderTreeAsText.cpp 284 bool hasFallback;
285 if (RenderSVGResource* strokePaintingResource = RenderSVGResource::requestPaintingResource(ApplyToStrokeMode, const_cast<RenderSVGShape*>(&shape), shape.style(), hasFallback)) {
313 if (RenderSVGResource* fillPaintingResource = RenderSVGResource::requestPaintingResource(ApplyToFillMode, const_cast<RenderSVGShape*>(&shape), shape.style(), hasFallback)) {
  /external/chromium_org/third_party/icu/source/i18n/
transreg.cpp 201 * hasFallback(), next(), and reset() iterate over this fallback
214 UBool hasFallback() const;
289 UBool TransliteratorSpec::hasFallback() const {
322 // spec.hasFallback(); s(spec.next())) { ...
    [all...]
  /external/icu/icu4c/source/i18n/
transreg.cpp 201 * hasFallback(), next(), and reset() iterate over this fallback
214 UBool hasFallback() const;
289 UBool TransliteratorSpec::hasFallback() const {
322 // spec.hasFallback(); s(spec.next())) { ...
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 105 milliseconds