Home
last modified time | relevance | path

Searched refs:old_target_pitch (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftbitmap.c546 FT_Int pad, old_target_pitch, target_pitch; in FT_Bitmap_Convert() local
550 old_target_pitch = target->pitch; in FT_Bitmap_Convert()
551 if ( old_target_pitch < 0 ) in FT_Bitmap_Convert()
552 old_target_pitch = -old_target_pitch; in FT_Bitmap_Convert()
554 old_size = target->rows * (FT_UInt)old_target_pitch; in FT_Bitmap_Convert()
/third_party/freetype/src/base/
Dftbitmap.c545 FT_Int pad, old_target_pitch, target_pitch; in FT_Bitmap_Convert() local
549 old_target_pitch = target->pitch; in FT_Bitmap_Convert()
550 if ( old_target_pitch < 0 ) in FT_Bitmap_Convert()
551 old_target_pitch = -old_target_pitch; in FT_Bitmap_Convert()
553 old_size = target->rows * (FT_UInt)old_target_pitch; in FT_Bitmap_Convert()
/third_party/skia/third_party/externals/freetype/src/base/
Dftbitmap.c545 FT_Int pad, old_target_pitch, target_pitch; in FT_Bitmap_Convert() local
549 old_target_pitch = target->pitch; in FT_Bitmap_Convert()
550 if ( old_target_pitch < 0 ) in FT_Bitmap_Convert()
551 old_target_pitch = -old_target_pitch; in FT_Bitmap_Convert()
553 old_size = target->rows * (FT_UInt)old_target_pitch; in FT_Bitmap_Convert()