HomeSort by relevance Sort by last modified time
    Searched defs:draw (Results 1 - 25 of 467) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/legacy/src/animator/
SkDrawFull.cpp 14 bool SkFull::draw(SkAnimateMaker& maker) { function in class:SkFull
SkDrawClip.cpp 31 bool SkDrawClip::draw(SkAnimateMaker& maker ) { function in class:SkDrawClip
SkDrawLine.cpp 31 bool SkLine::draw(SkAnimateMaker& maker) { function in class:SkLine
SkDrawOval.cpp 24 bool SkOval::draw(SkAnimateMaker& maker) { function in class:SkOval
SkTextOnPath.cpp 32 bool SkTextOnPath::draw(SkAnimateMaker& maker) { function in class:SkTextOnPath
SkDisplayBounds.cpp 27 bool SkDisplayBounds::draw(SkAnimateMaker& maker) { function in class:SkDisplayBounds
31 bool result = INHERITED::draw(maker);
SkDrawTo.cpp 35 bool SkDrawTo::draw(SkAnimateMaker& maker) { function in class:SkDrawTo
41 INHERITED::draw(maker);
SkSnapshot.cpp 40 bool SkSnapshot::draw(SkAnimateMaker& maker) { function in class:SkSnapshot
SkTextToPath.cpp 32 bool SkTextToPath::draw(SkAnimateMaker& maker) { function in class:SkTextToPath
33 path->draw(maker);
  /external/skia/src/animator/
SkDrawFull.cpp 14 bool SkFull::draw(SkAnimateMaker& maker) { function in class:SkFull
SkDrawClip.cpp 31 bool SkDrawClip::draw(SkAnimateMaker& maker ) { function in class:SkDrawClip
SkDrawLine.cpp 31 bool SkLine::draw(SkAnimateMaker& maker) { function in class:SkLine
SkDrawOval.cpp 24 bool SkOval::draw(SkAnimateMaker& maker) { function in class:SkOval
SkTextOnPath.cpp 32 bool SkTextOnPath::draw(SkAnimateMaker& maker) { function in class:SkTextOnPath
SkDisplayBounds.cpp 27 bool SkDisplayBounds::draw(SkAnimateMaker& maker) { function in class:SkDisplayBounds
31 bool result = INHERITED::draw(maker);
SkDrawTo.cpp 35 bool SkDrawTo::draw(SkAnimateMaker& maker) { function in class:SkDrawTo
41 INHERITED::draw(maker);
SkSnapshot.cpp 40 bool SkSnapshot::draw(SkAnimateMaker& maker) { function in class:SkSnapshot
SkTextToPath.cpp 32 bool SkTextToPath::draw(SkAnimateMaker& maker) { function in class:SkTextToPath
33 path->draw(maker);
  /external/webkit/Source/WebKit/android/plugins/
PluginViewBridgeAndroid.cpp 31 void PluginViewBridgeAndroid::draw(GraphicsContext* gc, function in class:WebCore::PluginViewBridgeAndroid
  /external/skia/src/image/
SkImage.cpp 30 void SkImage::draw(SkCanvas* canvas, SkScalar x, SkScalar y, function in class:SkImage
  /external/webkit/Source/WebCore/platform/graphics/
GeneratedImage.cpp 37 void GeneratedImage::draw(GraphicsContext* context, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace, CompositeOperator compositeOp) function in class:WebCore::GeneratedImage
  /external/webkit/Source/WebCore/platform/graphics/haiku/
StillImageHaiku.cpp 66 void StillImage::draw(GraphicsContext* context, const FloatRect& destRect, function in class:WebCore::StillImage
  /external/webkit/Source/WebKit/android/jni/
WebFrameView.cpp 56 void WebFrameView::draw(WebCore::GraphicsContext* gc, const WebCore::IntRect& rect) { function in class:android::WebFrameView
  /external/replicaisland/src/com/replica/replicaisland/
TiledBackgroundVertexGrid.java 37 public void draw(float x, float y, float scaleX, float scaleY) { method in class:TiledBackgroundVertexGrid
39 mGrid.draw(x, y, getScrollOriginX(), getScrollOriginY());
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ProgressSpinner.java 59 public void draw(GLCanvas canvas, int x, int y) { method in class:ProgressSpinner
75 mOuter.draw(canvas, -mOuter.getWidth() / 2, -mOuter.getHeight() / 2);
77 mInner.draw(canvas, -mInner.getWidth() / 2, -mInner.getHeight() / 2);

Completed in 913 milliseconds

1 2 3 4 5 6 7 8 91011>>