OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glyph_ids
(Results
1 - 4
of
4
) sorted by null
/external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc
82
bool StringToGlyphId(const char* input, std::vector<unsigned int>*
glyph_ids
) {
88
glyph_ids
->push_back(
93
glyph_ids
->push_back(HexTo<unsigned int>(hex_csv.substr(start).c_str()));
94
return
glyph_ids
->size() > 0;
113
std::vector<unsigned int>
glyph_ids
;
local
114
if (!StringToGlyphId(argv[4], &
glyph_ids
)) {
124
&(
glyph_ids
[0]),
125
glyph_ids
.size(),
/external/freetype/src/sfnt/
ttcmap.c
81
/*
glyph_ids
6 BYTE[256] array of glyph indices */
242
/*
glyph_ids
518+NSUB*8 USHORT[] glyph ID array */
271
/* `
glyph_ids
' table. Let's call it `slice' (it is a USHORT[] too). */
294
FT_Byte*
glyph_ids
; /* glyph ID array */
local
329
glyph_ids
= subs + (max_subs + 1) * 8;
330
if (
glyph_ids
> valid->limit )
363
if ( ids <
glyph_ids
|| ids + code_count * 2 > table + length )
837
FT_Byte *ends, *starts, *offsets, *deltas, *
glyph_ids
;
local
905
glyph_ids
= offsets + num_segs * 2;
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttcmap.c
88
/*
glyph_ids
6 BYTE[256] array of glyph indices */
249
/*
glyph_ids
518+NSUB*8 USHORT[] glyph ID array */
278
/* `
glyph_ids
' table. Let's call it `slice' (it is a USHORT[], too). */
301
FT_Byte*
glyph_ids
; /* glyph ID array */
local
336
glyph_ids
= subs + ( max_subs + 1 ) * 8;
337
if (
glyph_ids
> valid->limit )
370
if ( ids <
glyph_ids
|| ids + code_count * 2 > table + length )
846
FT_Byte *ends, *starts, *offsets, *deltas, *
glyph_ids
;
local
914
glyph_ids
= offsets + num_segs * 2;
[
all
...]
/external/pdfium/third_party/freetype/src/sfnt/
ttcmap.c
88
/*
glyph_ids
6 BYTE[256] array of glyph indices */
249
/*
glyph_ids
518+NSUB*8 USHORT[] glyph ID array */
278
/* `
glyph_ids
' table. Let's call it `slice' (it is a USHORT[], too). */
301
FT_Byte*
glyph_ids
; /* glyph ID array */
local
336
glyph_ids
= subs + ( max_subs + 1 ) * 8;
337
if (
glyph_ids
> valid->limit )
370
if ( ids <
glyph_ids
|| ids + code_count * 2 > table + length )
846
FT_Byte *ends, *starts, *offsets, *deltas, *
glyph_ids
;
local
914
glyph_ids
= offsets + num_segs * 2;
[
all
...]
Completed in 107 milliseconds