OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:height_org
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/freetype/src/smooth/
ftsmooth.c
110
FT_Pos
height_org
, width_org;
local
182
height_org
= height;
326
for ( hh =
height_org
; hh > 0; hh--, line += pitch )
348
FT_Byte* read = bitmap->buffer + ( height -
height_org
) * pitch;
353
for ( hh =
height_org
; hh > 0; hh-- )
/external/freetype/src/smooth/
ftsmooth.c
110
FT_Pos
height_org
, width_org;
local
182
height_org
= height;
326
for ( hh =
height_org
; hh > 0; hh--, line += pitch )
348
FT_Byte* read = bitmap->buffer + ( height -
height_org
) * pitch;
353
for ( hh =
height_org
; hh > 0; hh-- )
Completed in 654 milliseconds