HomeSort by relevance Sort by last modified time
    Searched refs:drawGlyphsOnPath (Results 1 - 8 of 8) sorted by null

  /frameworks/base/libs/hwui/hwui/
Canvas.h 247 virtual void drawGlyphsOnPath(const uint16_t* glyphs, int count, const SkPath& path,
Canvas.cpp 197 canvas->drawGlyphsOnPath(glyphs, 1, path, x, y, paint);
  /frameworks/base/libs/hwui/
RecordingCanvas.h 199 virtual void drawGlyphsOnPath(const uint16_t* glyphs, int count, const SkPath& path,
DisplayListCanvas.h 216 virtual void drawGlyphsOnPath(const uint16_t* glyphs, int count, const SkPath& path,
SkiaCanvas.cpp 171 virtual void drawGlyphsOnPath(const uint16_t* glyphs, int count, const SkPath& path,
767 void SkiaCanvas::drawGlyphsOnPath(const uint16_t* glyphs, int count, const SkPath& path,
SkiaCanvasProxy.cpp 352 mCanvas->drawGlyphsOnPath(glyphs.glyphIDs, glyphs.count, path, 0, 0, glyphs.paint);
DisplayListCanvas.cpp 424 void DisplayListCanvas::drawGlyphsOnPath(const uint16_t* glyphs, int count,
RecordingCanvas.cpp 562 void RecordingCanvas::drawGlyphsOnPath(const uint16_t* glyphs, int glyphCount, const SkPath& path,

Completed in 326 milliseconds