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

  /external/webkit/Source/WebCore/platform/graphics/android/
TreeManager.cpp 112 // longer drawing, to clear ptrs from surfaces to layers
303 // draw the layers onto the canvas as well
304 Layer* layers = paintingTree->getChild(0); local
305 static_cast<LayerAndroid*>(layers)->drawCanvas(canvas);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 102 Vector<float> layers; member in class:WebCore::GraphicsContextPlatformPrivate
  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp 855 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskImage ? style->maskLayers() : style->backgroundLayers(); local
878 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskSize ? style->maskLayers() : style->backgroundLayers(); local
890 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskRepeat ? style->maskLayers() : style->backgroundLayers(); local
902 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskComposite ? style->maskLayers() : style->backgroundLayers(); local
914 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskAttachment ? style->maskLayers() : style->backgroundLayers(); local
930 const FillLayer* layers = (propertyID == CSSPropertyWebkitMaskClip || propertyID == CSSPropertyWebkitMaskOrigin) ? style->maskLayers() : style->backgroundLayers(); local
947 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPosition ? style->maskLayers() : style->backgroundLayers(); local
967 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPositionX ? style->maskLayers() : style->backgroundLayers(); local
979 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPositionY ? style->maskLayers() : style->backgroundLayers(); local
    [all...]
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp 354 // Check the layers in the purgatory. This check is here so that if a
359 // purgatorized layers are no less authentic than the visible ones, so this
561 // layers have been added
565 // some layers might have been removed, so
655 // subtract the opaque region covered by the layers above us
714 // Notify removed layers now that they can't be drawn from
769 sp<LayerBase> const* layers = currentLayers.array(); local
771 const sp<LayerBase>& layer(layers[i]);
782 sp<LayerBase> const* layers = currentLayers.array(); local
784 const sp<LayerBase>& layer(layers[i])
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 183 if (layers.isEmpty())
185 return &layers.top()->painter;
190 QStack<TransparencyLayer*> layers; member in class:WebCore::GraphicsContextPlatformPrivate
191 // Counting real layers. Required by inTransparencyLayer() calls
192 // For example, layers with valid alphaMask are not real layers
279 while (!m_data->layers.isEmpty())
299 if (!m_data->layers.isEmpty() && !m_data->layers.top()->alphaMask.isNull())
300 ++m_data->layers.top()->saveCounter
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
LayerDrawable.java 62 * Create a new layer drawable with the list of specified layers.
64 * @param layers A list of drawables to use as layers in this new drawable.
66 public LayerDrawable(Drawable[] layers) {
67 this(layers, null);
71 * Create a new layer drawable with the specified list of layers and the specified
74 * @param layers The list of layers to add to this drawable.
77 LayerDrawable(Drawable[] layers, LayerState state) {
79 int length = layers.length
219 final ChildDrawable[] layers = mLayerState.mChildren; local
279 final ChildDrawable[] layers = mLayerState.mChildren; local
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java 571 // The various layers of artwork for this button come from
572 // btn_compound_audio.xml. Keep track of which layers we want to be
596 // Update desired layers:
618 // Update desired layers:
629 // Update desired layers:
634 // Finally, update the drawable layers (see btn_compound_audio.xml).
640 LayerDrawable layers = (LayerDrawable) mAudioButton.getBackground(); local
641 if (DBG) log("- 'layers' drawable: " + layers);
643 layers.findDrawableByLayerId(R.id.compoundBackgroundItem
    [all...]
  /external/webkit/Source/WebKit/android/nav/
CachedRoot.cpp 621 for (const SkRegion* layers = mBestLayer; layers != layersEnd; layers++) {
624 layers - mLayers.begin(), TypeNames[layerType],
625 layers->getBounds().fLeft, layers->getBounds().fTop,
626 layers->getBounds().fRight, layers->getBounds().fBottom);
628 || ((layerType == kDrawRect_Type && mTextTest.contains(*layers))
629 || (layerType == kDrawBitmap_Type && mTextSlop.contains(*layers))))) {
747 const SkRegion* layers = mBestLayer; local
1555 SkRegion layers; local
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 408 milliseconds