OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entryAnchor
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/layout/
CursiveAttachmentSubtables.cpp
28
LEPoint
entryAnchor
, exitAnchor;
29
Offset entryOffset = SWAPW(entryExitRecords[coverageIndex].
entryAnchor
);
35
entryAnchorTable->getAnchor(glyphID, fontInstance,
entryAnchor
);
36
glyphIterator->setCursiveEntryPoint(
entryAnchor
);
CursiveAttachmentSubtables.h
26
Offset
entryAnchor
;
GlyphPositionAdjustments.cpp
92
LEPoint
entryAnchor
, exitAnchor, pixels;
110
if (lastExitPoint >= 0 && getEntryPoint(i,
entryAnchor
) != NULL) {
111
float anchorDiffX = exitAnchor.fX -
entryAnchor
.fX;
112
float anchorDiffY = exitAnchor.fY -
entryAnchor
.fY;
/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));
857
entryAnchor
; /* Offset to
EntryAnchor
table--from
898
if (!next_record.
entryAnchor
) return TRACE_RETURN (false);
905
(this+next_record.
entryAnchor
).get_anchor (c->font, buffer->info[j].codepoint, &entry_x, &entry_y);
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
848
return TRACE_RETURN (
entryAnchor
.sanitize (c, base) && exitAnchor.sanitize (c, base));
853
entryAnchor
; /* Offset to
EntryAnchor
table--from
893
if (!next_record.
entryAnchor
) return TRACE_RETURN (false);
900
(this+next_record.
entryAnchor
).get_anchor (c->font, c->buffer->info[j].codepoint, &entry_x, &entry_y);
[
all
...]
Completed in 26 milliseconds