OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEntryPoint
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/layout/
GlyphPositionAdjustments.cpp
31
const LEPoint *GlyphPositionAdjustments::
getEntryPoint
(le_int32 index, LEPoint &entryPoint) const
37
return fEntryExitPoints[index].
getEntryPoint
(entryPoint);
110
if (lastExitPoint >= 0 &&
getEntryPoint
(i, entryAnchor) != NULL) {
147
if (
getEntryPoint
(i, dummyAnchor) != NULL) {
165
LEPoint *GlyphPositionAdjustments::EntryExitPoint::
getEntryPoint
(LEPoint &entryPoint) const
GlyphPositionAdjustments.h
72
LEPoint *
getEntryPoint
(LEPoint &entryPoint) const;
109
const LEPoint *
getEntryPoint
(le_int32 index, LEPoint &entryPoint) const;
GlyphIterator.cpp
175
glyphPositionAdjustments->
getEntryPoint
(position, entryPoint);
/frameworks/compile/mclinker/include/mcld/LD/
ELFObjectWriter.h
60
uint64_t
getEntryPoint
(const LinkerConfig& pConfig,
/frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp
227
header->e_entry =
getEntryPoint
(pConfig, pModule);
244
///
getEntryPoint
245
uint64_t ELFObjectWriter::
getEntryPoint
(const LinkerConfig& pConfig,
Completed in 4155 milliseconds