OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:horizOffset
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/gxvalid/
gxvtrak.c
58
*
horizOffset
(uint16: 16bit)
222
FT_UShort
horizOffset
;
242
horizOffset
= FT_NEXT_USHORT( p );
248
GXV_TRACE(( " (
horizOffset
= 0x%04x)\n",
horizOffset
));
260
GXV_32BIT_ALIGNMENT_VALIDATE(
horizOffset
);
268
if ( 0 <
horizOffset
)
270
gxv_trak_trackData_validate( table +
horizOffset
, limit, gxvalid );
271
gxv_odtect_add_range( table +
horizOffset
, gxvalid->subtable_length,
gxvjust.c
51
*
horizOffset
(uint16: 16bit)
660
FT_UShort
horizOffset
;
680
horizOffset
= FT_NEXT_USHORT( p );
696
GXV_TRACE(( " (
horizOffset
= %d)\n",
horizOffset
));
701
if ( 0 <
horizOffset
)
703
gxv_just_justData_validate( table +
horizOffset
, limit, gxvalid );
704
gxv_odtect_add_range( table +
horizOffset
, gxvalid->subtable_length,
/xsrc/external/mit/bitmap/dist/
BitmapP.h
126
Position
horizOffset
, vertOffset;
161
(Position)(min((Position)((Dimension)(max(BW->bitmap.
horizOffset
,x) -\
162
BW->bitmap.
horizOffset
) /\
171
(Position) (BW->bitmap.
horizOffset
+ ((x) * BW->bitmap.squareW))
Completed in 9 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026