OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:secondhintedge
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/freetype/src/cff/
cf2hints.c
569
CF2_Hint
secondHintEdge
= topHintEdge;
613
hintmap->edge[indexInsert].csCoord <
secondHintEdge
->csCoord )
631
(
secondHintEdge
->csCoord +
634
(
secondHintEdge
->csCoord -
640
secondHintEdge
->dsCoord = midpoint + halfWidth;
661
if (
secondHintEdge
->dsCoord > hintmap->edge[indexInsert].dsCoord )
695
hintmap->edge[indexInsert + 1] = *
secondHintEdge
; /* copy struct */
[
all
...]
/external/freetype/src/cff/
cf2hints.c
569
CF2_Hint
secondHintEdge
= topHintEdge;
613
hintmap->edge[indexInsert].csCoord <
secondHintEdge
->csCoord )
631
(
secondHintEdge
->csCoord +
634
(
secondHintEdge
->csCoord -
640
secondHintEdge
->dsCoord = midpoint + halfWidth;
661
if (
secondHintEdge
->dsCoord > hintmap->edge[indexInsert].dsCoord )
695
hintmap->edge[indexInsert + 1] = *
secondHintEdge
; /* copy struct */
[
all
...]
Completed in 187 milliseconds