OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gasp
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/base/
ftgasp.c
5
* Access of TrueType's `
gasp
' table (body).
35
if ( ttface->
gasp
.numRanges > 0 )
37
TT_GaspRange range = ttface->
gasp
.gaspRanges;
38
TT_GaspRange range_end = range + ttface->
gasp
.numRanges;
51
if ( ttface->
gasp
.version == 0 )
/xsrc/external/mit/freetype/dist/src/sfnt/
ttload.c
1394
* Loads the `
gasp
' table into a face object.
1417
/* the
gasp
table is optional */
1425
face->
gasp
.version = FT_GET_USHORT();
1426
face->
gasp
.numRanges = FT_GET_USHORT();
1431
if ( face->
gasp
.version >= 2 )
1433
face->
gasp
.numRanges = 0;
1438
num_ranges = face->
gasp
.numRanges;
1441
if ( FT_QNEW_ARRAY( face->
gasp
.gaspRanges, num_ranges ) ||
1445
gaspranges = face->
gasp
.gaspRanges;
sfobjs.c
985
/* consider the pclt, kerning, and
gasp
tables as optional */
987
LOAD_(
gasp
);
1442
/* freeing the
gasp
table */
1443
FT_FREE( face->
gasp
.gaspRanges );
1444
face->
gasp
.numRanges = 0;
/xsrc/external/mit/freetype/dist/include/freetype/internal/
tttypes.h
333
* A tiny structure used to model a
gasp
range according to the TrueType
362
* A structure modeling the TrueType '
gasp
' table used to specify
370
* The number of
gasp
ranges in table.
373
* An array of
gasp
ranges.
1263
*
gasp
::
1264
* The grid-fitting and scaling properties table ('
gasp
'). This table
1526
TT_GaspRec
gasp
; /* the `
gasp
' table */
member in struct:TT_FaceRec_
/xsrc/external/mit/freetype/dist/src/truetype/
ttgxvar.c
1104
if ( idx < face->
gasp
.numRanges - 1 ) \
1105
p = (FT_Short*)&face->
gasp
.gaspRanges[idx].maxPPEM; \
Completed in 9 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026