HomeSort by relevance Sort by last modified time
    Searched full:stems (Results 1 - 23 of 23) 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();
  /external/freetype/src/autofit/
afhints.h 108 * Stems
110 * Segments need to be `linked' to other ones in order to detect stems.
130 * Stems are detected by `af_{cjk,latin,...}_hint_edges'.
afcjk.c 802 * We either identify the stems on the ends as serifs or remove
803 * the linkage, depending on the length of the stems.
    [all...]
aflatin.c 943 /* Link segments to form stems and serifs. */
970 /* search for stems having opposite directions, */
    [all...]
aflatin2.c     [all...]
  /external/guava/guava-tests/test/com/google/common/primitives/
BytesTest.java 225 // This test stems from a real bug found by andrewk
CharsTest.java 378 // This test stems from a real bug found by andrewk
DoublesTest.java 362 // This test stems from a real bug found by andrewk
FloatsTest.java 354 // This test stems from a real bug found by andrewk
IntsTest.java 381 // This test stems from a real bug found by andrewk
LongsTest.java 361 // This test stems from a real bug found by andrewk
ShortsTest.java 388 // This test stems from a real bug found by andrewk
  /external/v8/src/
unicode.h 141 // The illegality stems from the surrogate not being part of a pair.
  /external/v8/test/cctest/
test-compiler.cc 230 // The following test method stems from my coding efforts today. It
  /external/libselinux/src/
label_file.c 55 * The array of regular expression stems.
  /external/freetype/src/cff/
cffgload.c     [all...]
  /ndk/sources/host-tools/make-3.81/
file.c 540 /* We have to handle empty stems specially, because that
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 45 * The efficiency of {@code ForkJoinTask}s stems from a set of
    [all...]

Completed in 4790 milliseconds