OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exitAnchor
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/layout/
CursiveAttachmentSubtables.cpp
28
LEPoint entryAnchor,
exitAnchor
;
30
Offset exitOffset = SWAPW(entryExitRecords[coverageIndex].
exitAnchor
);
44
exitAnchorTable->getAnchor(glyphID, fontInstance,
exitAnchor
);
45
glyphIterator->setCursiveExitPoint(
exitAnchor
);
CursiveAttachmentSubtables.h
27
Offset
exitAnchor
;
GlyphPositionAdjustments.cpp
92
LEPoint entryAnchor,
exitAnchor
, pixels;
97
// using
exitAnchor
before it's been initialized.
98
exitAnchor
.fX =
exitAnchor
.fY = 0;
111
float anchorDiffX =
exitAnchor
.fX - entryAnchor.fX;
112
float anchorDiffY =
exitAnchor
.fY - entryAnchor.fY;
136
if (getExitPoint(i,
exitAnchor
) != NULL) {
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh
852
return TRACE_RETURN (entryAnchor.sanitize (c, base) &&
exitAnchor
.sanitize (c, base));
861
exitAnchor
; /* Offset to
ExitAnchor
table--from
893
if (!this_record.
exitAnchor
) return TRACE_RETURN (false);
904
(this+this_record.
exitAnchor
).get_anchor (c->font, buffer->info[i].codepoint, &exit_x, &exit_y);
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
848
return TRACE_RETURN (entryAnchor.sanitize (c, base) &&
exitAnchor
.sanitize (c, base));
857
exitAnchor
; /* Offset to
ExitAnchor
table--from
888
if (!this_record.
exitAnchor
) return TRACE_RETURN (false);
899
(this+this_record.
exitAnchor
).get_anchor (c->font, c->buffer->info[i].codepoint, &exit_x, &exit_y);
[
all
...]
Completed in 30 milliseconds