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

  /external/chromium_org/third_party/freetype/src/base/
ftsynth.c 89 FT_Pos xstr, ystr; local
99 ystr = xstr;
109 ystr = xstr;
117 ystr &= ~63;
125 if ( ( ystr >> 6 ) > FT_INT_MAX || ( ystr >> 6 ) < FT_INT_MIN )
128 FT_TRACE1(( "too strong embolding parameter ystr=%d\n", ystr ));
135 error = FT_Bitmap_Embolden( library, &slot->bitmap, xstr, ystr );
144 slot->advance.y += ystr;
    [all...]
ftbitmap.c 222 FT_Int xstr, ystr; local
236 ystr = (FT_Int)FT_PIX_ROUND( yStrength ) >> 6;
238 if ( xstr == 0 && ystr == 0 )
240 else if ( xstr < 0 || ystr < 0 )
278 ystr *= 3;
282 error = ft_bitmap_assure_buffer( library->memory, bitmap, xstr, ystr );
288 p = bitmap->buffer + pitch * ystr;
350 * Make the above `ystr' rows or'ed with it.
352 for ( x = 1; x <= ystr; x++ )
366 bitmap->rows += ystr;
    [all...]
  /external/freetype/src/base/
ftsynth.c 90 FT_Pos xstr, ystr; local
100 ystr = xstr;
105 (void)FT_Outline_EmboldenXY( &slot->outline, xstr, ystr );
113 ystr &= ~63;
121 if ( ( ystr >> 6 ) > FT_INT_MAX || ( ystr >> 6 ) < FT_INT_MIN )
124 FT_TRACE1(( "too strong embolding parameter ystr=%d\n", ystr ));
131 error = FT_Bitmap_Embolden( library, &slot->bitmap, xstr, ystr );
140 slot->advance.y += ystr;
    [all...]
ftbitmap.c 224 FT_Int xstr, ystr; local
238 ystr = (FT_Int)FT_PIX_ROUND( yStrength ) >> 6;
240 if ( xstr == 0 && ystr == 0 )
242 else if ( xstr < 0 || ystr < 0 )
280 ystr *= 3;
288 error = ft_bitmap_assure_buffer( library->memory, bitmap, xstr, ystr );
294 p = bitmap->buffer + pitch * ystr;
356 * Make the above `ystr' rows or'ed with it.
358 for ( x = 1; x <= ystr; x++ )
372 bitmap->rows += ystr;
    [all...]
  /external/chromium_org/third_party/libxslt/libexslt/
date.c 3571 xmlChar *ret, *xstr, *ystr; local
3608 xmlChar *ret, *xstr, *ystr; local
3645 xmlChar *ret, *xstr, *ystr; local
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 603 StringRef YStr = getOrderedName(Y, YSaved);
604 int cmp = XStr.compare_lower(YStr);
609 cmp = XStr.compare(YStr);
  /libcore/crypto/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]

Completed in 1665 milliseconds