OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_pitch
(Results
1 - 3
of
3
) sorted by null
/external/freetype/src/base/
ftbitmap.c
97
FT_Int
target_pitch
= target->pitch;
local
101
if (
target_pitch
< 0 )
102
target_pitch
= -
target_pitch
;
103
target_size = (FT_ULong)
target_pitch
* target->rows;
509
FT_Int pad, old_target_pitch,
target_pitch
;
local
531
target_pitch
= (FT_Int)source->width + pad;
533
if (
target_pitch
> 0 &&
534
(FT_ULong)target->rows > FT_ULONG_MAX / (FT_ULong)
target_pitch
)
537
if ( target->rows * (FT_ULong)
target_pitch
> old_size &
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftbitmap.c
97
FT_Int
target_pitch
= target->pitch;
local
101
if (
target_pitch
< 0 )
102
target_pitch
= -
target_pitch
;
103
target_size = (FT_ULong)
target_pitch
* target->rows;
509
FT_Int pad, old_target_pitch,
target_pitch
;
local
531
target_pitch
= (FT_Int)source->width + pad;
533
if (
target_pitch
> 0 &&
534
(FT_ULong)target->rows > FT_ULONG_MAX / (FT_ULong)
target_pitch
)
537
if ( target->rows * (FT_ULong)
target_pitch
> old_size &
[
all
...]
/external/pdfium/third_party/freetype/src/base/
ftbitmap.c
97
FT_Int
target_pitch
= target->pitch;
local
101
if (
target_pitch
< 0 )
102
target_pitch
= -
target_pitch
;
103
target_size = (FT_ULong)
target_pitch
* target->rows;
509
FT_Int pad, old_target_pitch,
target_pitch
;
local
531
target_pitch
= (FT_Int)source->width + pad;
533
if (
target_pitch
> 0 &&
534
(FT_ULong)target->rows > FT_ULONG_MAX / (FT_ULong)
target_pitch
)
537
if ( target->rows * (FT_ULong)
target_pitch
> old_size &
[
all
...]
Completed in 589 milliseconds