OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptCount
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
otvcommn.c
588
FT_UInt
ScriptCount
;
595
ScriptCount
= FT_NEXT_USHORT( p );
597
OTV_TRACE(( " (
ScriptCount
= %d)\n",
ScriptCount
));
599
OTV_LIMIT_CHECK(
ScriptCount
* 6 );
604
for ( ;
ScriptCount
> 0;
ScriptCount
-- )
/external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.cpp
78
for (int i = 0; i < ScriptList.
ScriptCount
; i++) {
202
rec->
ScriptCount
= GetUInt16(sp);
203
if (rec->
ScriptCount
<= 0) {
206
rec->ScriptRecord = new struct TScriptRecord[rec->
ScriptCount
];
207
for (i = 0; i < rec->
ScriptCount
; i++) {
ttgsubtable.h
92
uint16_t
ScriptCount
;
94
TScriptList() :
ScriptCount
(0), ScriptRecord(NULL) {}
/external/fonttools/Lib/fontTools/
subset.py
[
all
...]
Completed in 1415 milliseconds