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

  /external/opencore/protocols/rtsp_parcom/src/
rtsp_transport.h 54 uint32 layers; member in struct:RtspTransport
rtsp_par_com_outgoing_message.cpp 962 oscl_snprintf(tmp, 63, ";layers=%u", rtspTrans->layers);
rtsp_par_com_incoming_message.cpp 874 #define layers_str "layers="
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
TransitionDrawable.java 72 * Create a new transition drawable with the specified list of layers. At least
73 * 2 layers are required for this drawable to work properly.
75 public TransitionDrawable(Drawable[] layers) {
76 this(new TransitionState(null, null, null), layers);
81 * layers must be added to this drawable.
93 private TransitionDrawable(TransitionState state, Drawable[] layers) {
94 super(layers, state);
LayerDrawable.java 57 * Create a new layer drawable with the list of specified layers.
59 * @param layers A list of drawables to use as layers in this new drawable.
61 public LayerDrawable(Drawable[] layers) {
62 this(layers, null);
66 * Create a new layer drawable with the specified list of layers and the specified
69 * @param layers The list of layers to add to this drawable.
72 LayerDrawable(Drawable[] layers, LayerState state) {
74 int length = layers.length
207 final ChildDrawable[] layers = mLayerState.mChildren; local
267 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...]
  /frameworks/base/libs/surfaceflinger/
SurfaceFlinger.cpp 82 : lookup(rhs.lookup), layers(rhs.layers)
94 LOGE_IF(layers[idx]!=key,
95 "LayerVector[%p]: layers[%d]=%p, key=%p",
96 this, int(idx), layers[idx].get(), key.get());
106 size_t count = layers.size();
110 sp<LayerBase> const* a = layers.array();
128 layers.insertAt(layer, order);
138 LOGE_IF(layers[index]!=layer,
139 "LayerVector[%p]: layers[%u]=%p, layer=%p"
828 sp<LayerBase> const* layers = currentLayers.array(); local
841 sp<LayerBase> const* layers = currentLayers.array(); local
915 sp<LayerBase> const* const layers = drawingLayers.array(); local
932 sp<LayerBase> const* const layers = drawingLayers.array(); local
    [all...]
SurfaceFlinger.h 223 inline size_t size() const { return layers.size(); }
224 inline sp<LayerBase> const* array() const { return layers.array(); }
229 inline sp<LayerBase> operator [] (size_t i) const { return layers[i]; }
232 Vector< sp<LayerBase> > layers; member in class:android::SurfaceFlinger::LayerVector
  /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...]
  /external/webkit/WebCore/rendering/
RenderBox.h 330 bool repaintLayerRectsForImage(WrappedImagePtr image, const FillLayer* layers, bool drawingBackground);
RenderBox.cpp 778 bool RenderBox::repaintLayerRectsForImage(WrappedImagePtr image, const FillLayer* layers, bool drawingBackground)
783 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/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 6927 milliseconds