HomeSort by relevance Sort by last modified time
    Searched full:stems (Results 1 - 13 of 13) sorted by null

  /external/freetype/include/freetype/internal/
pshints.h 157 * 0 for horizontal stems (hstem), 1 for vertical ones (vstem).
164 * Use vertical coordinates (y) for horizontal stems (dim=0). Use
165 * horizontal coordinates (x) for vertical stems (dim=1).
191 * counter-controlled horizontal or vertical stems at once.
198 * 0 for horizontal stems, 1 for vertical ones.
202 * pairs for the counter-controlled stems.
205 * Use vertical coordinates (y) for horizontal stems (dim=0). Use
206 * horizontal coordinates (x) for vertical stems (dim=1).
208 * The lengths cannot be negative (ghost stems are never
224 * A method of the @T1_Hints class used to reset the stems hints in
661 T2_Hints_StemsFunc stems; member in struct:T2_Hints_FuncsRec_
    [all...]
  /external/freetype/src/pshinter/
pshrec.c 726 /* one of these stems here */
835 /* add one or more stems to the current hints table */
840 FT_Long* stems )
852 /* record the stems in the current hints/masks table */
861 for ( ; count > 0; count--, stems += 2 )
868 dim, (FT_Int)stems[0], (FT_Int)stems[1],
873 " (%d,%d) to hints table\n", stems[0], stems[1] ));
895 FT_Fixed* stems )
1134 FT_Pos stems[2]; local
1179 FT_Pos stems[32], y, n; local
    [all...]
pshglob.h 133 /* dimension 0 => X coordinates + vertical hints/stems */
134 /* dimension 1 => Y coordinates + horizontal hints/stems */
pshrec.h 129 /* dimension 0 => X coordinates + vertical hints/stems */
130 /* dimension 1 => Y coordinates + horizontal hints/stems */
pshalgo.c 214 /* we now need to determine the initial `parent' stems; first */
479 /* check blue zones for horizontal stems */
665 * of stems
703 /* check blue zones for horizontal stems */
754 /* Stems less than one pixel wide are easy -- we want to
766 /* Position stems other to minimize the amount of mid-grays.
777 * for stems of width N + f where f < 0.5.
780 * for stems of width N + f where f > 0.5.
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 260 ArrayList<WnnWord> stems = getIndependentWords(input, all); local
261 if (stems != null && (!stems.isEmpty())) {
262 Iterator<WnnWord> stemsi = stems.iterator();
283 stems = getIndependentWords(str, all);
284 if (stems == null || stems.isEmpty()) {
292 Iterator<WnnWord> stemsi = stems.iterator();
  /cts/tools/test-progress-new/src/testprogress2/
AnnotationPointer.java 53 // target method it orignally stems
  /external/freetype/src/autofit/
afcjk.c 237 * We either identify the stems on the ends as serifs or remove
238 * the linkage, depending on the length of the stems.
635 * We snap the width of vertical stems for the monochrome and
642 * We snap the width of horizontal stems for the monochrome and
649 * We adjust stems to full pixels only if we don't use the `light' mode.
820 /* approach: we strengthen small stems, round stems whose size */
    [all...]
aflatin2.c     [all...]
aflatin.c     [all...]
  /external/v8/test/cctest/
test-compiler.cc 228 // The following test method stems from my coding efforts today. It
  /external/freetype/src/cff/
cffgload.c     [all...]
  /external/bison/
ChangeLog     [all...]

Completed in 587 milliseconds