Searched refs:stems (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
H A D | pshrec.c | 729 /* one of these stems here */ in ps_dimension_add_counter() 833 /* add one or more stems to the current hints table */ 838 FT_Long* stems ) in ps_hints_stem() 854 /* record the stems in the current hints/masks table */ in ps_hints_stem() 858 for ( ; count > 0; count--, stems += 2 ) in ps_hints_stem() 865 (FT_Int)stems[0], in ps_hints_stem() 866 (FT_Int)stems[1], in ps_hints_stem() 872 " (%ld,%ld) to hints table\n", stems[0], stems[1] )); in ps_hints_stem() 885 FT_Fixed* stems ) in ps_hints_t1stem3() 1124 FT_Pos stems[2]; t1_hints_stem() local 1169 FT_Pos stems[32], y; t2_hints_stems() local [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
H A D | NumberSkeletonTest.java | 266 String[] stems = { in stemsRequiringOption() 276 for (String stem : stems) { in stemsRequiringOption()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
H A D | NumberSkeletonTest.java | 279 String[] stems = { in stemsRequiringOption() 289 for (String stem : stems) { in stemsRequiringOption()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | pshints.h | 156 * 0 for horizontal stems (hstem), 1 for vertical ones (vstem). 163 * Use vertical coordinates (y) for horizontal stems (dim=0). Use 164 * horizontal coordinates (x) for vertical stems (dim=1). 190 * counter-controlled horizontal or vertical stems at once. 197 * 0 for horizontal stems, 1 for vertical ones. 201 * pairs for the counter-controlled stems. 204 * Use vertical coordinates (y) for horizontal stems (dim=0). Use 205 * horizontal coordinates (x) for vertical stems (dim=1). 207 * The lengths cannot be negative (ghost stems are never 223 * A method of the @T1_Hints class used to reset the stems hint 659 T2_Hints_StemsFunc stems; global() member [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest_skeletons.cpp | 264 static const char16_t* stems[] = { in stemsRequiringOption() local 274 for (auto& stem : stems) { in stemsRequiringOption()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | cffdecode.c | 975 hinter->stems( hinter->hints, in FT_LOCAL_DEF() 996 hinter->stems( hinter->hints, in FT_LOCAL_DEF()
|
Completed in 6 milliseconds