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
63
void
DrawPosText
(const SkPoint* pos,
render_text_mac.cc
171
renderer.
DrawPosText
(&run.glyph_positions[0], &run.glyphs[0],
render_text_linux.cc
454
renderer.
DrawPosText
(&pos[style_start_glyph_index],
render_text.cc
213
void SkiaTextRenderer::
DrawPosText
(const SkPoint* pos,
237
canvas_skia_->
drawPosText
(&glyphs[0], byte_length, &pos[0], paint_);
[
all
...]
render_text_win.cc
518
renderer.
DrawPosText
(&pos[glyph_range.start()],
[
all
...]
/external/skia/tests/
CanvasTest.cpp
335
SIMPLE_TEST_STEP(
DrawPosText
,
drawPosText
(kTestText.c_str(),
[
all
...]
Completed in 65 milliseconds