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

1 2 3 4 5 6 7 8 910

  /external/skia/src/animator/
SkDrawFull.cpp 22 bool SkFull::draw(SkAnimateMaker& maker) { function in class:SkFull
SkDrawClip.cpp 39 bool SkDrawClip::draw(SkAnimateMaker& maker ) { function in class:SkDrawClip
SkDrawLine.cpp 39 bool SkLine::draw(SkAnimateMaker& maker) { function in class:SkLine
SkDrawOval.cpp 32 bool SkOval::draw(SkAnimateMaker& maker) { function in class:SkOval
SkTextOnPath.cpp 40 bool SkTextOnPath::draw(SkAnimateMaker& maker) { function in class:SkTextOnPath
SkDisplayBounds.cpp 35 bool SkDisplayBounds::draw(SkAnimateMaker& maker) { function in class:SkDisplayBounds
39 bool result = INHERITED::draw(maker);
SkDrawTo.cpp 43 bool SkDrawTo::draw(SkAnimateMaker& maker) { function in class:SkDrawTo
49 INHERITED::draw(maker);
SkSnapshot.cpp 48 bool SkSnapshot::draw(SkAnimateMaker& maker) { function in class:SkSnapshot
SkTextToPath.cpp 40 bool SkTextToPath::draw(SkAnimateMaker& maker) { function in class:SkTextToPath
41 path->draw(maker);
SkDrawText.cpp 46 bool SkText::draw(SkAnimateMaker& maker) { function in class:SkText
SkDrawTextBox.cpp 78 bool SkDrawTextBox::draw(SkAnimateMaker& maker) function in class:SkDrawTextBox
86 box.draw(maker.fCanvas, fText.c_str(), fText.size(), *maker.fPaint);
  /external/webkit/WebKit/android/plugins/
PluginViewBridgeAndroid.cpp 31 void PluginViewBridgeAndroid::draw(GraphicsContext* gc, function in class:WebCore::PluginViewBridgeAndroid
  /external/webkit/WebCore/platform/graphics/qt/
StillImageQt.cpp 52 void StillImage::draw(GraphicsContext* ctxt, const FloatRect& dst, function in class:WebCore::StillImage
  /development/tools/mkstubs/tests/data/
TestTemplateClass.java 47 public void draw(List<? extends Rect> shape) { method in class:TestTemplateClass
  /external/skia/src/views/
SkViewPriv.cpp 5 void SkView::Artist::draw(SkView* view, SkCanvas* canvas) function in class:SkView::Artist
  /external/webkit/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/WebCore/svg/graphics/
SVGResourceMarker.cpp 62 void SVGResourceMarker::draw(RenderObject::PaintInfo& paintInfo, const AffineTransform& transform) function in class:WebCore::SVGResourceMarker
  /external/webkit/WebKit/android/jni/
WebFrameView.cpp 57 void WebFrameView::draw(WebCore::GraphicsContext* ctx, const WebCore::IntRect& rect) { function in class:android::WebFrameView
61 // We only do this if there is nothing else to draw.
63 // double-draw (slow)
  /frameworks/base/core/java/android/text/style/
ReplacementSpan.java 28 public abstract void draw(Canvas canvas, CharSequence text, method in class:ReplacementSpan
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
OvalShape.java 24 * The oval can be drawn to a Canvas with its own draw() method,
36 public void draw(Canvas canvas, Paint paint) { method in class:OvalShape
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
NumericSprite.java 67 public void draw(GL10 gl, float x, float y, method in class:NumericSprite
74 mLabelMaker.draw(gl, x, y, mLabelId[digit]);
  /packages/apps/Camera/src/com/android/camera/ui/
GLOptionHeader.java 73 mBackground.draw(root, 0, 0);
76 mTitle.draw(root, p.left, p.top);
PopupWindowStencilImpl.java 40 mAnchor.draw(rootView, aXoffset, aYoffset);
47 mBackground.draw(rootView, 0, 0);
  /cts/tests/tests/text/src/android/text/style/cts/
ReplacementSpanTest.java 59 public void draw(Canvas canvas, CharSequence text, int start, int end, method in class:ReplacementSpanTest.MockReplacementSpan
  /external/skia/bench/
SkBenchmark.cpp 22 void SkBenchmark::draw(SkCanvas* canvas) { function in class:SkBenchmark

Completed in 282 milliseconds

1 2 3 4 5 6 7 8 910