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

  /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 385 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const;
399 virtual void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
loengine.cpp 85 le->getGlyphs(glyphs, *success);
LayoutEngine.cpp 175 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const
177 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
180 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const
182 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
  /frameworks/base/core/jni/android/graphics/
TextLayout.cpp 64 paint->getTextPath(value->getGlyphs(), value->getGlyphsCount() * 2, x_, y_, path);
103 canvas->drawTextOnPathHV(value->getGlyphs(), value->getGlyphsCount() * 2, *path, h_, v_, *paint);
TextLayoutCache.h 136 inline const jchar* getGlyphs() const { return mGlyphs.array(); }
Paint.cpp 530 const jchar* shapedGlyphs = value->getGlyphs();
707 size_t bytes = paint.breakText(value->getGlyphs(), value->getGlyphsCount() << 1,
774 paint.measureText(value->getGlyphs(), value->getGlyphsCount() << 1, &r);
    [all...]
Canvas.cpp 786 doDrawGlyphsPos(canvas, value->getGlyphs(), value->getPos(), 0, value->getGlyphsCount(), x, y, flags, paint);
    [all...]
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 244 inline const LEGlyphID *getGlyphs() const;
688 inline const LEGlyphID *ParagraphLayout::VisualRun::getGlyphs() const
  /external/chromium_org/third_party/icu/source/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/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 610 const jchar* glyphs = value->getGlyphs();
631 const jchar* glyphs = value->getGlyphs();
646 const jchar* glyphs = value->getGlyphs();
723 const jchar* glyphs = value->getGlyphs();
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 271 milliseconds