HomeSort by relevance Sort by last modified time
    Searched defs:LEGlyphStorage (Results 1 - 7 of 7) sorted by null

  /external/icu4c/layout/
LEGlyphStorage.h 34 class U_LAYOUT_API LEGlyphStorage : public UObject, protected LEInsertionCallback
115 * Allocates an empty <code>LEGlyphStorage</code> object. You must call
121 LEGlyphStorage();
128 ~LEGlyphStorage();
445 * @param from the <code>LEGlyphStorage</code> object from which
450 void adoptGlyphArray(LEGlyphStorage &from);
457 * @param from the <code>LEGlyphStorage</code> object from which
462 void adoptCharIndicesArray(LEGlyphStorage &from);
469 * @param from the <code>LEGlyphStorage</code> object from which
474 void adoptPositionArray(LEGlyphStorage &from)
    [all...]
LEGlyphStorage.cpp 10 #include "LEGlyphStorage.h"
14 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LEGlyphStorage)
21 LEGlyphStorage::LEGlyphStorage()
28 LEGlyphStorage::~LEGlyphStorage()
33 void LEGlyphStorage::reset()
65 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success)
126 le_int32 LEGlyphStorage::allocatePositions(LEErrorCode &success)
148 le_int32 LEGlyphStorage::allocateAuxData(LEErrorCode &success
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 61 milliseconds