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

  /frameworks/base/graphics/java/android/graphics/drawable/
TransitionDrawable.java 74 * Create a new transition drawable with the specified list of layers. At least
75 * 2 layers are required for this drawable to work properly.
77 public TransitionDrawable(Drawable[] layers) {
78 this(new TransitionState(null, null, null), layers);
83 * layers must be added to this drawable.
95 private TransitionDrawable(TransitionState state, Drawable[] layers) {
96 super(layers, state);
LayerDrawable.java 58 * Create a new layer drawable with the list of specified layers.
60 * @param layers A list of drawables to use as layers in this new drawable.
62 public LayerDrawable(Drawable[] layers) {
63 this(layers, null);
67 * Create a new layer drawable with the specified list of layers and the specified
70 * @param layers The list of layers to add to this drawable.
73 LayerDrawable(Drawable[] layers, LayerState state) {
75 int length = layers.length
208 final ChildDrawable[] layers = mLayerState.mChildren; local
268 final ChildDrawable[] layers = mLayerState.mChildren; local
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCairoWin.cpp 118 if (m_data->layers.size())
119 cairo_paint_with_alpha(m_data->cr, m_data->layers.last());
WKCACFLayer.cpp 225 // smaller than the layer bounds (e.g. tiled layers)
497 Vector<const void*> layers; local
499 layers.append(sublayers[i]->layer());
501 RetainPtr<CFArrayRef> layersArray(AdoptCF, CFArrayCreate(0, layers.data(), layers.size(), 0));
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 97 Vector<float> layers; member in class:WebCore::GraphicsContextPlatformPrivate
GraphicsContextCairo.cpp 892 m_data->layers.append(opacity);
904 cairo_paint_with_alpha(cr, m_data->layers.last());
905 m_data->layers.removeLast();
    [all...]
  /external/skia/src/effects/
SkLayerRasterizer.cpp 55 static bool compute_bounds(const SkDeque& layers, const SkPath& path, const SkMatrix& matrix,
58 SkDeque::Iter iter(layers);
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 208 if (layers.isEmpty()) {
214 return &layers.top()->painter;
219 QStack<TransparencyLayer*> layers; member in class:WebCore::GraphicsContextPlatformPrivate
270 while (!m_data->layers.isEmpty())
667 return !m_data->layers.isEmpty();
810 m_data->layers.push(layer);
818 TransparencyLayer* layer = m_data->layers.pop();
    [all...]
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp 549 // layers have been added
553 // some layers might have been removed, so
673 // subtract the opaque region covered by the layers above us
814 sp<LayerBase> const* layers = currentLayers.array(); local
816 const sp<LayerBase>& layer(layers[i]);
827 sp<LayerBase> const* layers = currentLayers.array(); local
829 const sp<LayerBase>& layer(layers[i]);
898 const Vector< sp<LayerBase> >& layers(mVisibleLayersSortedByZ);
899 const size_t count = layers.size();
901 const sp<LayerBase>& layer(layers[i])
    [all...]
  /external/webkit/WebCore/rendering/
RenderBox.h 330 bool repaintLayerRectsForImage(WrappedImagePtr image, const FillLayer* layers, bool drawingBackground);
RenderBox.cpp 783 bool RenderBox::repaintLayerRectsForImage(WrappedImagePtr image, const FillLayer* layers, bool drawingBackground)
788 for (const FillLayer* curLayer = layers; curLayer; curLayer = curLayer->next()) {
    [all...]
  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 1236 SkRegion layers; local
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 835 if(document.layers) {
1009 if(document.layers){
regress-111557.js     [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 531 milliseconds