OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setentrypoint
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/layout/
GlyphPositionAdjustments.cpp
63
void GlyphPositionAdjustments::
setEntryPoint
(le_int32 index, LEPoint &newEntryPoint, le_bool baselineIsLogicalEnd)
67
fEntryExitPoints[index].
setEntryPoint
(newEntryPoint, baselineIsLogicalEnd);
GlyphPositionAdjustments.h
77
inline void
setEntryPoint
(LEPoint &newEntryPoint, le_bool baselineIsLogicalEnd);
133
void
setEntryPoint
(le_int32 index, LEPoint &newEntryPoint, le_bool baselineIsLogicalEnd);
258
inline void GlyphPositionAdjustments::EntryExitPoint::
setEntryPoint
(LEPoint &newEntryPoint, le_bool baselineIsLogicalEnd)
GlyphIterator.cpp
331
glyphPositionAdjustments->
setEntryPoint
(position, entryPoint, baselineIsLogicalEnd());
/art/compiler/optimizing/
prepare_for_register_allocation.cc
79
user->AsNewInstance()->
SetEntrypoint
(kQuickAllocObjectResolved);
129
instruction->
SetEntrypoint
(kQuickAllocObject);
141
instruction->
SetEntrypoint
(kQuickAllocObjectWithAccessCheck);
nodes.h
[
all
...]
Completed in 121 milliseconds