Home
last modified time | relevance | path

Searched defs:draw (Results 1 – 25 of 181) sorted by relevance

12345678

/external/skia/src/animator/
DSkDisplayList.cpp31 bool SkDisplayList::draw(SkAnimateMaker& maker, SkMSec inTime) { in draw() function in SkDisplayList
42 SkDrawable* draw = fDrawList[index]; in draw() local
75 SkDrawable* draw = (**list)[index]; in SearchForMatch() local
100 bool SkDisplayList::SearchGroupForMatch(SkDrawable* draw, SkDrawable* match, SkTDDrawableArray** li… in SearchGroupForMatch()
118 SkDrawable* draw = fDrawList[index]; in reset() local
154 SkDrawable* draw = fDrawList[index]; in validate() local
DSkDrawFull.cpp14 bool SkFull::draw(SkAnimateMaker& maker) { in draw() function in SkFull
DSkDrawOval.cpp24 bool SkOval::draw(SkAnimateMaker& maker) { in draw() function in SkOval
DSkDrawClip.cpp31 bool SkDrawClip::draw(SkAnimateMaker& maker ) { in draw() function in SkDrawClip
DSkTextOnPath.cpp32 bool SkTextOnPath::draw(SkAnimateMaker& maker) { in draw() function in SkTextOnPath
DSkDrawLine.cpp31 bool SkLine::draw(SkAnimateMaker& maker) { in draw() function in SkLine
DSkDrawRectangle.cpp48 bool SkDrawRect::draw(SkAnimateMaker& maker) { in draw() function in SkDrawRect
129 bool SkRoundRect::draw(SkAnimateMaker& maker) { in draw() function in SkRoundRect
DSkDisplayBounds.cpp27 bool SkDisplayBounds::draw(SkAnimateMaker& maker) { in draw() function in SkDisplayBounds
DSkTextToPath.cpp32 bool SkTextToPath::draw(SkAnimateMaker& maker) { in draw() function in SkTextToPath
DSkSnapshot.cpp40 bool SkSnapshot::draw(SkAnimateMaker& maker) { in draw() function in SkSnapshot
/external/skia/legacy/src/animator/
DSkDisplayList.cpp31 bool SkDisplayList::draw(SkAnimateMaker& maker, SkMSec inTime) { in draw() function in SkDisplayList
42 SkDrawable* draw = fDrawList[index]; in draw() local
75 SkDrawable* draw = (**list)[index]; in SearchForMatch() local
100 bool SkDisplayList::SearchGroupForMatch(SkDrawable* draw, SkDrawable* match, SkTDDrawableArray** li… in SearchGroupForMatch()
118 SkDrawable* draw = fDrawList[index]; in reset() local
154 SkDrawable* draw = fDrawList[index]; in validate() local
DSkDrawFull.cpp14 bool SkFull::draw(SkAnimateMaker& maker) { in draw() function in SkFull
DSkDrawOval.cpp24 bool SkOval::draw(SkAnimateMaker& maker) { in draw() function in SkOval
DSkDrawClip.cpp31 bool SkDrawClip::draw(SkAnimateMaker& maker ) { in draw() function in SkDrawClip
DSkTextOnPath.cpp32 bool SkTextOnPath::draw(SkAnimateMaker& maker) { in draw() function in SkTextOnPath
DSkDrawLine.cpp31 bool SkLine::draw(SkAnimateMaker& maker) { in draw() function in SkLine
DSkDrawRectangle.cpp48 bool SkDrawRect::draw(SkAnimateMaker& maker) { in draw() function in SkDrawRect
129 bool SkRoundRect::draw(SkAnimateMaker& maker) { in draw() function in SkRoundRect
DSkDisplayBounds.cpp27 bool SkDisplayBounds::draw(SkAnimateMaker& maker) { in draw() function in SkDisplayBounds
DSkSnapshot.cpp40 bool SkSnapshot::draw(SkAnimateMaker& maker) { in draw() function in SkSnapshot
DSkTextToPath.cpp32 bool SkTextToPath::draw(SkAnimateMaker& maker) { in draw() function in SkTextToPath
/external/skia/src/core/
DSkDevice.cpp335 SkDraw draw; in writePixels() local
345 void SkDevice::drawPaint(const SkDraw& draw, const SkPaint& paint) { in drawPaint()
349 void SkDevice::drawPoints(const SkDraw& draw, SkCanvas::PointMode mode, size_t count, in drawPoints()
354 void SkDevice::drawRect(const SkDraw& draw, const SkRect& r, const SkPaint& paint) { in drawRect()
359 void SkDevice::drawOval(const SkDraw& draw, const SkRect& oval, const SkPaint& paint) { in drawOval()
368 void SkDevice::drawPath(const SkDraw& draw, const SkPath& path, in drawPath()
375 void SkDevice::drawBitmap(const SkDraw& draw, const SkBitmap& bitmap, in drawBitmap()
390 void SkDevice::drawBitmapRect(const SkDraw& draw, const SkBitmap& bitmap, in drawBitmapRect()
476 void SkDevice::drawSprite(const SkDraw& draw, const SkBitmap& bitmap, in drawSprite()
481 void SkDevice::drawText(const SkDraw& draw, const void* text, size_t len, in drawText()
[all …]
DSkPictureStateTree.cpp35 Draw* draw = static_cast<Draw*>(fAlloc.allocThrow(sizeof(Draw))); in appendDraw() local
93 uint32_t SkPictureStateTree::Iterator::draw() { in draw() function in SkPictureStateTree::Iterator
108 Draw* draw = static_cast<Draw*>((*fDraws)[fPlaybackIndex]); in draw() local
/external/skia/legacy/src/core/
DSkDevice.cpp281 void SkDevice::drawPaint(const SkDraw& draw, const SkPaint& paint) { in drawPaint()
285 void SkDevice::drawPoints(const SkDraw& draw, SkCanvas::PointMode mode, size_t count, in drawPoints()
290 void SkDevice::drawRect(const SkDraw& draw, const SkRect& r, in drawRect()
295 void SkDevice::drawPath(const SkDraw& draw, const SkPath& path, in drawPath()
301 void SkDevice::drawBitmap(const SkDraw& draw, const SkBitmap& bitmap, in drawBitmap()
316 void SkDevice::drawSprite(const SkDraw& draw, const SkBitmap& bitmap, in drawSprite()
321 void SkDevice::drawText(const SkDraw& draw, const void* text, size_t len, in drawText()
326 void SkDevice::drawPosText(const SkDraw& draw, const void* text, size_t len, in drawPosText()
332 void SkDevice::drawTextOnPath(const SkDraw& draw, const void* text, in drawTextOnPath()
340 void SkDevice::drawPosTextOnPath(const SkDraw& draw, const void* text, size_t len, in drawPosTextOnPath()
[all …]
/external/webkit/Source/WebKit/android/plugins/
DPluginViewBridgeAndroid.cpp31 void PluginViewBridgeAndroid::draw(GraphicsContext* gc, in draw() function in WebCore::PluginViewBridgeAndroid
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DPictureLayerContent.cpp84 void PictureLayerContent::draw(SkCanvas* canvas) in draw() function in WebCore::PictureLayerContent
137 void LegacyPictureLayerContent::draw(SkCanvas* canvas) { in draw() function in WebCore::LegacyPictureLayerContent

12345678