Searched refs:ystr (Results 1 - 7 of 7) sorted by relevance

/external/freetype/src/base/
H A Dftsynth.c90 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...]
H A Dftbitmap.c224 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/freetype/src/base/
H A Dftsynth.c90 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...]
H A Dftbitmap.c224 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftsynth.c90 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...]
H A Dfxft_ftbitmap.c224 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/
H A Ddate.c2667 * @ystr: date/time string
2678 * The second argument (@ystr) is a string in the format defined for
2689 exsltDateAdd (const xmlChar *xstr, const xmlChar *ystr) argument
2694 if ((xstr == NULL) || (ystr == NULL))
2705 dur = exsltDateParseDuration(ystr);
2728 * @ystr: second duration string
2747 exsltDateAddDuration (const xmlChar *xstr, const xmlChar *ystr) argument
2752 if ((xstr == NULL) || (ystr == NULL))
2759 y = exsltDateParseDuration(ystr);
2962 * @ystr
2997 exsltDateDifference(const xmlChar *xstr, const xmlChar *ystr) argument
3571 xmlChar *ret, *xstr, *ystr; local
3608 xmlChar *ret, *xstr, *ystr; local
3645 xmlChar *ret, *xstr, *ystr; local
[all...]

Completed in 1031 milliseconds