HomeSort by relevance Sort by last modified time
    Searched defs:stems (Results 1 - 3 of 3) 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...]
  /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();

Completed in 201 milliseconds