/external/icu4c/layout/ |
LEGlyphStorage.h | 149 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const; 163 void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
|
LayoutEngine.h | 378 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const; 392 virtual void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
|
loengine.cpp | 85 le->getGlyphs(glyphs, *success);
|
LayoutEngine.cpp | 171 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const 173 fGlyphStorage->getGlyphs(glyphs, extraBits, success); 176 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const 178 fGlyphStorage->getGlyphs(glyphs, success);
|
LEGlyphStorage.cpp | 212 void LEGlyphStorage::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const 235 void LEGlyphStorage::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const
|
/external/icu4c/layoutex/layout/ |
ParagraphLayout.h | 244 inline const LEGlyphID *getGlyphs() const; 685 inline const LEGlyphID *ParagraphLayout::VisualRun::getGlyphs() const
|
/frameworks/base/core/jni/android/graphics/ |
TextLayout.cpp | 64 paint->getTextPath(value->getGlyphs(), value->getGlyphsCount() * 2, x_, y_, path); 111 canvas->drawTextOnPathHV(value->getGlyphs(), value->getGlyphsCount() * 2, *path, h_, v_, *paint);
|
TextLayoutCache.h | 126 inline const jchar* getGlyphs() const { return mGlyphs.array(); }
|
Paint.cpp | 519 const jchar* shapedGlyphs = value->getGlyphs(); 734 size_t bytes = paint.breakText(value->getGlyphs(), value->getGlyphsCount() << 1, 803 paint.measureText(value->getGlyphs(), value->getGlyphsCount() << 1, &r); [all...] |
Canvas.cpp | 777 doDrawGlyphsPos(canvas, value->getGlyphs(), value->getPos(), 0, value->getGlyphsCount(), x, y, flags, paint); [all...] |
/external/icu4c/test/letest/ |
letest.cpp | 73 engine->getGlyphs(NULL, status); 76 log_err("Calling getGlyphs(NULL, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n"); 80 engine->getGlyphs(glyphs, status); 83 log_err("Calling getGlyphs(glyphs, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n"); 87 engine->getGlyphs(NULL, 0xFF000000L, status); 90 log_err("Calling getGlyphs(NULL, 0xFF000000L, status) did not return LE_ILLEGAL_ARGUMENT_ERROR.\n"); 94 engine->getGlyphs(glyphs, 0xFF000000L, status); 97 log_err("Calling getGlyphs(glyphs, 0xFF000000L, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n"); 266 engine->getGlyphs(glyphs, status); 275 engine->getGlyphs(extraBitGlyphs, 0xFF000000L, status) [all...] |
gendata.cpp | 263 engine->getGlyphs(glyphs, leStatus);
|
/external/icu4c/layoutex/ |
playout.cpp | 267 return vr->getGlyphs();
|
ParagraphLayout.cpp | 459 engine->getGlyphs(fStyleRunInfo[run].glyphs, layoutStatus); [all...] |
/external/icu4c/samples/layout/ |
paragraph.cpp | 241 const LEGlyphID *glyphs = visualRun->getGlyphs();
|
/frameworks/base/core/jni/ |
android_view_GLES20Canvas.cpp | 532 const jchar* glyphs = value->getGlyphs(); 548 const jchar* glyphs = value->getGlyphs(); 563 const jchar* glyphs = value->getGlyphs(); 635 const jchar* glyphs = value->getGlyphs(); [all...] |
/prebuilts/tools/darwin-x86_64/swt/ |
swt.jar | |