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

  /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();