OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ystr
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/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/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 3171 milliseconds