HomeSort by relevance Sort by last modified time
    Searched refs:getGlyphs (Results 1 - 18 of 18) 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 375 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const;
389 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
  /external/webkit/Source/WebKit/android/nav/
FindCanvas.h 188 GlyphSet* getGlyphs(const SkPaint& paint);
FindCanvas.cpp 317 GlyphSet* glyphSet = getGlyphs(paint);
479 GlyphSet* FindCanvas::getGlyphs(const SkPaint& paint) {
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 131 inline const jchar* getGlyphs() const { return mGlyphs.array(); }
Canvas.cpp 780 doDrawGlyphs(canvas, value->getGlyphs(), 0, value->getGlyphsCount(), x, y, flags, paint);
    [all...]
Paint.cpp 489 const jchar* shapedGlyphs = value.getGlyphs();
    [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 502 const jchar* glyphs = value->getGlyphs();
532 const jchar* glyphs = value->getGlyphs();
    [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 241 milliseconds