/external/icu4c/samples/layout/ |
D | rsurface.cpp | 17 const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height) in rs_drawGlyphs()
|
D | GnomeFontInstance.cpp | 42 … const float *positions, le_int32 x, le_int32 y, le_int32 /*width*/, le_int32 /*height*/) in drawGlyphs() 178 …sterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions, in rasterizeGlyphs()
|
D | GDIFontInstance.cpp | 53 …Glyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, in drawGlyphs()
|
D | paragraph.cpp | 242 const float *positions = visualRun->getPositions(); in draw() local
|
D | pflow.c | 342 const float *positions = pl_getVisualRunPositions(visualRun); in pf_draw() local
|
/external/icu4c/test/letest/ |
D | letest.h | 40 float *positions; member
|
D | cletest.c | 44 float *positions = NULL; in ParamTest() local 217 float positions[6 * 2 + 2]; in AccessTest() local
|
D | letest.cpp | 61 float *positions = NULL; in ParamTest() local 247 float positions[6 * 2 + 2]; in AccessTest() local 597 UnicodeString text, glyphs, indices, positions; in DataDrivenTest() local
|
D | xmlreader.cpp | 180 UnicodeString text, glyphs, indices, positions; in readTestFile() local
|
D | gendata.cpp | 166 float *positions = NULL; in main() local
|
/external/icu4c/layoutex/layout/ |
D | ParagraphLayout.h | 550 float *positions; member 718 … const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]) in VisualRun()
|
/external/icu4c/layoutex/ |
D | ParagraphLayout.cpp | 954 float *positions = LE_NEW_ARRAY(float, glyphCount * 2 + 2); in appendRun() local 1059 const float *positions = lastRun->getPositions(); in getWidth() local 1074 … const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]) in append()
|
/external/icu4c/layout/ |
D | loengine.cpp | 121 float positions[], in le_getGlyphPositions()
|
D | LEGlyphStorage.cpp | 377 void LEGlyphStorage::getGlyphPositions(float positions[], LEErrorCode &success) const in getGlyphPositions()
|
D | LayoutEngine.cpp | 171 void LayoutEngine::getGlyphPositions(float positions[], LEErrorCode &success) const in getGlyphPositions()
|
/external/webkit/WebKit/android/nav/ |
D | FindCanvas.cpp | 261 const SkPaint& paint, const SkScalar positions[], in findHelper()
|
/external/webkit/V8Binding/v8/src/ |
D | jsregexp.h | 456 Position* positions(int index) { in positions() function
|