/external/skia/src/animator/ |
SkDisplayMovie.h | 38 virtual bool draw(SkAnimateMaker& );
|
SkDraw3D.h | 38 virtual bool draw(SkAnimateMaker& );
|
SkDrawClip.cpp | 39 bool SkDrawClip::draw(SkAnimateMaker& maker ) { function in class:SkDrawClip
|
SkDrawLine.cpp | 39 bool SkLine::draw(SkAnimateMaker& maker) { function in class:SkLine
|
SkDrawText.cpp | 46 bool SkText::draw(SkAnimateMaker& maker) { function in class:SkText
|
SkDrawText.h | 28 virtual bool draw(SkAnimateMaker& );
|
SkDrawTextBox.h | 29 virtual bool draw(SkAnimateMaker& );
|
SkTextOnPath.cpp | 40 bool SkTextOnPath::draw(SkAnimateMaker& maker) { function in class:SkTextOnPath
|
/external/skia/src/core/ |
SkShape.cpp | 22 void SkShape::draw(SkCanvas* canvas) { function in class:SkShape
|
/external/skia/src/text/ |
SkTextLayout.cpp | 70 void SkTextLayout::draw(SkCanvas* canvas) { function in class:SkTextLayout
|
/external/skia/tests/ |
DrawBitmapRectTest.cpp | 42 // ensure that we draw nothing if srcR does not intersect the bitmap
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
Layer.h | 99 after this layer draws (but before its children draw). 125 void draw(SkCanvas*, SkScalar opacity); 126 void draw(SkCanvas* canvas) { function in class:Layer 127 this->draw(canvas, SK_Scalar1);
|
TransferQueue.h | 53 // draw call. 58 pendingDiscard = 2 // Waiting for the next draw call to discard 161 // Before each draw call and the blit operation, clean up all the 194 // wait after calling updateTexImage at the draw call , or after WebView
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
LayerTilerChromium.h | 63 // Paint all invalidations and missing tiles needed to draw the contentRect 73 // Draw all tiles that intersect with the content rect. 74 void draw(const IntRect& contentRect, const TransformationMatrix&, float opacity); 165 // Cache a tile-sized pixel buffer to draw into.
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
CCLayerImpl.h | 64 virtual void draw(const IntRect& contentRect); 69 // Returns true if this layer has content to draw. 72 // Returns true if any of the layer's descendants has content to draw. 156 // Whether the "back" of this layer should draw.
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
ImageHaiku.cpp | 89 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op) function in class:WebCore::BitmapImage 94 // Spin the animation to the correct frame before we try to draw it, so we 95 // don't draw an old frame and then immediately need to draw a newer one,
|
/external/webkit/Source/WebKit/android/nav/ |
DrawExtra.h | 43 virtual void draw(SkCanvas* , LayerAndroid* , IntRect* ) = 0;
|
/external/webkit/Source/WebKit/android/plugins/ |
PluginViewBridgeAndroid.cpp | 31 void PluginViewBridgeAndroid::draw(GraphicsContext* gc, function in class:WebCore::PluginViewBridgeAndroid
|
/external/webkit/Source/WebKit/win/ |
FullscreenVideoController.h | 52 virtual void draw(WebCore::GraphicsContext&) = 0; 75 virtual void draw(WebCore::GraphicsContext&); 93 virtual void draw(WebCore::GraphicsContext&); 145 void draw();
|
/frameworks/base/core/java/android/text/style/ |
ReplacementSpan.java | 28 public abstract void draw(Canvas canvas, CharSequence text, method in class:ReplacementSpan
|
/frameworks/base/core/java/android/widget/ |
ScrollBarDrawable.java | 101 public void draw(Canvas canvas) { method in class:ScrollBarDrawable 158 track.draw(canvas); 178 thumb.draw(canvas); 182 thumb.draw(canvas);
|
/frameworks/base/core/java/com/android/internal/widget/ |
DrawableHolder.java | 123 * Draw this object to the canvas using the properties defined in this class. 125 * @param canvas canvas to draw into 127 public void draw(Canvas canvas) { method in class:DrawableHolder 136 mDrawable.draw(canvas);
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
TargetDrawable.java | 56 public void draw(Canvas canvas) { method in class:TargetDrawable.DrawableWithAlpha 58 mRealDrawable.draw(canvas); 207 public void draw(Canvas canvas) { method in class:TargetDrawable 216 mDrawable.draw(canvas);
|
/frameworks/base/graphics/java/android/graphics/ |
DrawFilter.java | 21 * can modify the paint that is used to draw (temporarily). With this, a filter
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
ColorDrawable.java | 50 * @param color The color to draw. 67 public void draw(Canvas canvas) { method in class:ColorDrawable 77 * @return int The color to draw. 87 * @param color The color to draw.
|