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

  /external/skia/src/core/
SkRecordOpts.cpp 175 // Replaces DrawPosText with DrawPosTextH when all Y coordinates are equal.
177 typedef Pattern1<Is<DrawPosText> > Pattern;
181 DrawPosText* draw = pattern->first<DrawPosText>();
191 return false; // Needs full power of DrawPosText.
194 // All ys are the same. We can replace DrawPosText with DrawPosTextH.
206 Adopted<DrawPosText> adopted(draw);
SkRecords.h 49 M(DrawPosText) \
221 RECORD4(DrawPosText, SkPaint, paint,
SkRecordDraw.cpp 57 DRAW(DrawPosText, drawPosText(r.text, r.byteLength, r.pos, r.paint));
SkRecorder.cpp 161 APPEND(DrawPosText,
  /external/chromium_org/third_party/skia/src/core/
SkRecords.h 54 M(DrawPosText) \
244 RECORD4(DrawPosText, SkPaint, paint,
SkRecordDraw.cpp 102 DRAW(DrawPosText, drawPosText(r.text, r.byteLength, r.pos, r.paint));
407 Bounds bounds(const DrawPosText& op) const {
SkRecorder.cpp 171 APPEND(DrawPosText,
  /external/skia/tests/
RecordOptsTest.cpp 75 canvas->drawPosText(text, len, pos, SkPaint());
82 // We can convert a drawPosText into a drawPosTextH when all the Ys are the same.
89 assert_type<SkRecords::DrawPosText>(r, record, 1);
CanvasTest.cpp 356 SIMPLE_TEST_STEP(DrawPosText, drawPosText(kTestText.c_str(),
    [all...]
  /external/chromium_org/ui/gfx/
render_text.h 66 void DrawPosText(const SkPoint* pos,
render_text_mac.cc 172 renderer.DrawPosText(&run.glyph_positions[0], &run.glyphs[0],
render_text_pango.cc 467 renderer.DrawPosText(&pos[style_start_glyph_index],
render_text_harfbuzz.cc     [all...]
render_text_win.cc     [all...]
render_text.cc 242 void SkiaTextRenderer::DrawPosText(const SkPoint* pos,
246 canvas_skia_->drawPosText(&glyphs[0], byte_length, &pos[0], paint_);
    [all...]
  /external/chromium_org/third_party/skia/tests/
CanvasTest.cpp 356 SIMPLE_TEST_STEP(DrawPosText, drawPosText(kTestText.c_str(),
    [all...]

Completed in 395 milliseconds