OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:instance_index
(Results
1 - 8
of
8
) sorted by null
/external/freetype/src/truetype/
ttobjs.c
630
FT_Int
instance_index
= face_index >> 16;
local
634
instance_index
> 0 )
649
named_style = face->blend->mmvar->namedstyle +
instance_index
- 1;
[
all
...]
/external/pdfium/third_party/freetype/src/truetype/
ttobjs.c
636
FT_Int
instance_index
= face_index >> 16;
local
640
instance_index
> 0 )
655
named_style = face->blend->mmvar->namedstyle +
instance_index
- 1;
[
all
...]
/external/freetype/src/cff/
cffobjs.c
694
FT_Int
instance_index
= face_index >> 16;
local
699
instance_index
> 0 )
717
named_style = mm_var->namedstyle +
instance_index
- 1;
[
all
...]
/external/freetype/src/sfnt/
sfobjs.c
955
FT_Int
instance_index
;
local
960
instance_index
= FT_ABS( face_instance_index ) >> 16;
1021
if (
instance_index
> num_instances )
[
all
...]
/external/pdfium/third_party/freetype/src/sfnt/
sfobjs.c
888
FT_Int
instance_index
;
local
891
instance_index
= FT_ABS( face_instance_index ) >> 16;
911
if (
instance_index
> num_instances )
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_internal.h
162
int
instance_index
;
member in struct:AecCore
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c
1832
instance_index
(PyInstanceObject *self)
function
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c
1808
instance_index
(PyInstanceObject *self)
function
[
all
...]
Completed in 1335 milliseconds