OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LayoutEngine
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
LayoutEngine.h
23
* be in a single font, script, and language. An instance of a
LayoutEngine
can be
34
* These arrays are protected members of
LayoutEngine
which can be retreived by a
36
*
LayoutEngine
can be reused.
64
class U_LAYOUT_API
LayoutEngine
: public UObject {
140
LayoutEngine
(const LEFontInstance *fontInstance,
156
LayoutEngine
();
335
virtual ~
LayoutEngine
();
367
* of characters used to create the
LayoutEngine
.
457
* so that the
LayoutEngine
can be reused to layout a different
465
* This method returns a
LayoutEngine
capable of laying out tex
[
all
...]
LayoutEngine.cpp
10
#include "
LayoutEngine
.h"
42
const le_int32
LayoutEngine
::kTypoFlagKern = LE_Kerning_FEATURE_FLAG;
43
const le_int32
LayoutEngine
::kTypoFlagLiga = LE_Ligatures_FEATURE_FLAG;
126
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
LayoutEngine
)
141
LayoutEngine
::
LayoutEngine
(const LEFontInstance *fontInstance,
159
le_int32
LayoutEngine
::getGlyphCount() const
164
void
LayoutEngine
::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
169
void
LayoutEngine
::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const
175
void
LayoutEngine
::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) cons
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
Completed in 831 milliseconds