OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawPosText
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/gfx/
render_text.h
64
void
DrawPosText
(const SkPoint* pos,
render_text_mac.cc
172
renderer.
DrawPosText
(&run.glyph_positions[0], &run.glyphs[0],
render_text_pango.cc
455
renderer.
DrawPosText
(&pos[style_start_glyph_index],
render_text.cc
241
void SkiaTextRenderer::
DrawPosText
(const SkPoint* pos,
265
canvas_skia_->
drawPosText
(&glyphs[0], byte_length, &pos[0], paint_);
[
all
...]
render_text_win.cc
869
renderer.
DrawPosText
(&start_pos, &run->glyphs[colored_glyphs.start()],
[
all
...]
/external/skia/tests/
CanvasTest.cpp
324
SIMPLE_TEST_STEP(
DrawPosText
,
drawPosText
(kTestText.c_str(),
[
all
...]
Completed in 252 milliseconds