OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GXLayoutEngine
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/layout/
GXLayoutEngine.cpp
10
#include "
GXLayoutEngine
.h"
17
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
GXLayoutEngine
)
19
GXLayoutEngine
::
GXLayoutEngine
(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, const MorphTableHeader *morphTable, LEErrorCode &success)
25
GXLayoutEngine
::~
GXLayoutEngine
()
31
le_int32
GXLayoutEngine
::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success)
54
void
GXLayoutEngine
::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool /*reverse*/,
GXLayoutEngine.h
29
class
GXLayoutEngine
: public LayoutEngine
33
* This is the main constructor. It constructs an instance of
GXLayoutEngine
for
52
GXLayoutEngine
(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, const MorphTableHeader *morphTable, LEErrorCode &success);
59
virtual ~
GXLayoutEngine
();
/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 657 milliseconds