Searched defs:draw (Results 1 - 25 of 184) sorted by relevance

12345678

/external/skia/legacy/src/animator/
H A DSkDrawFull.cpp14 bool SkFull::draw(SkAnimateMaker& maker) { function in class:SkFull
H A DSkDrawClip.cpp31 bool SkDrawClip::draw(SkAnimateMaker& maker ) { function in class:SkDrawClip
H A DSkDrawLine.cpp31 bool SkLine::draw(SkAnimateMaker& maker) { function in class:SkLine
H A DSkDrawOval.cpp24 bool SkOval::draw(SkAnimateMaker& maker) { function in class:SkOval
H A DSkTextOnPath.cpp32 bool SkTextOnPath::draw(SkAnimateMaker& maker) { function in class:SkTextOnPath
H A DSkDisplayBounds.cpp27 bool SkDisplayBounds::draw(SkAnimateMaker& maker) { function in class:SkDisplayBounds
31 bool result = INHERITED::draw(maker);
H A DSkDrawTo.cpp35 bool SkDrawTo::draw(SkAnimateMaker& maker) { function in class:SkDrawTo
41 INHERITED::draw(maker);
H A DSkSnapshot.cpp40 bool SkSnapshot::draw(SkAnimateMaker& maker) { function in class:SkSnapshot
H A DSkTextToPath.cpp32 bool SkTextToPath::draw(SkAnimateMaker& maker) { function in class:SkTextToPath
33 path->draw(maker);
H A DSkDrawSaveLayer.cpp33 bool SkSaveLayer::draw(SkAnimateMaker& maker) function in class:SkSaveLayer
50 bool result = INHERITED::draw(maker);
H A DSkDrawText.cpp38 bool SkText::draw(SkAnimateMaker& maker) { function in class:SkText
/external/skia/src/animator/
H A DSkDrawFull.cpp14 bool SkFull::draw(SkAnimateMaker& maker) { function in class:SkFull
H A DSkDrawClip.cpp31 bool SkDrawClip::draw(SkAnimateMaker& maker ) { function in class:SkDrawClip
H A DSkDrawLine.cpp31 bool SkLine::draw(SkAnimateMaker& maker) { function in class:SkLine
H A DSkDrawOval.cpp24 bool SkOval::draw(SkAnimateMaker& maker) { function in class:SkOval
H A DSkTextOnPath.cpp32 bool SkTextOnPath::draw(SkAnimateMaker& maker) { function in class:SkTextOnPath
H A DSkDisplayBounds.cpp27 bool SkDisplayBounds::draw(SkAnimateMaker& maker) { function in class:SkDisplayBounds
31 bool result = INHERITED::draw(maker);
H A DSkDrawTo.cpp35 bool SkDrawTo::draw(SkAnimateMaker& maker) { function in class:SkDrawTo
41 INHERITED::draw(maker);
H A DSkSnapshot.cpp40 bool SkSnapshot::draw(SkAnimateMaker& maker) { function in class:SkSnapshot
H A DSkTextToPath.cpp32 bool SkTextToPath::draw(SkAnimateMaker& maker) { function in class:SkTextToPath
33 path->draw(maker);
/external/webkit/Source/WebKit/android/plugins/
H A DPluginViewBridgeAndroid.cpp31 void PluginViewBridgeAndroid::draw(GraphicsContext* gc, function in class:WebCore::PluginViewBridgeAndroid
/external/skia/src/image/
H A DSkImage.cpp30 void SkImage::draw(SkCanvas* canvas, SkScalar x, SkScalar y, function in class:SkImage
/external/harfbuzz_ng/util/
H A Dview-cairo.cc64 draw (cr);
70 view_cairo_t::draw (cairo_t *cr) function in class:view_cairo_t
/external/replicaisland/src/com/replica/replicaisland/
H A DTiledBackgroundVertexGrid.java37 public void draw(float x, float y, float scaleX, float scaleY) { method in class:TiledBackgroundVertexGrid
39 mGrid.draw(x, y, getScrollOriginX(), getScrollOriginY());
/external/skia/gm/
H A Dgm.cpp20 void GM::draw(SkCanvas* canvas) { function in class:GM

Completed in 1587 milliseconds

12345678