OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offset_array
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format1.cc
85
IntegerList*
offset_array
= GetOffsetArray();
local
86
return
offset_array
->at(loca + 1) -
offset_array
->at(loca);
209
const IntegerList&
offset_array
) {
211
offset_array_ =
offset_array
;
index_sub_table_format3.cc
94
IntegerList*
offset_array
= GetOffsetArray();
local
95
return
offset_array
->at(loca + 1) -
offset_array
->at(loca);
111
const IntegerList&
offset_array
) {
113
offset_array_ =
offset_array
;
index_sub_table_format1.h
57
void SetOffsetArray(const IntegerList&
offset_array
);
index_sub_table_format3.h
55
void SetOffsetArray(const IntegerList&
offset_array
);
index_sub_table_format4.cc
370
std::vector<CodeOffsetPairBuilder>*
offset_array
=
local
372
int32_t offset =
offset_array
->at(code_offset_pair_index_).offset();
373
int32_t next_offset =
offset_array
->at(code_offset_pair_index_ + 1).offset();
374
int32_t glyph_code =
offset_array
->at(code_offset_pair_index_).glyph_code();
/external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format1.cc
85
IntegerList*
offset_array
= GetOffsetArray();
local
86
return
offset_array
->at(loca + 1) -
offset_array
->at(loca);
209
const IntegerList&
offset_array
) {
211
offset_array_ =
offset_array
;
index_sub_table_format3.cc
94
IntegerList*
offset_array
= GetOffsetArray();
local
95
return
offset_array
->at(loca + 1) -
offset_array
->at(loca);
111
const IntegerList&
offset_array
) {
113
offset_array_ =
offset_array
;
index_sub_table_format1.h
57
void SetOffsetArray(const IntegerList&
offset_array
);
index_sub_table_format3.h
55
void SetOffsetArray(const IntegerList&
offset_array
);
index_sub_table_format4.cc
370
std::vector<CodeOffsetPairBuilder>*
offset_array
=
local
372
int32_t offset =
offset_array
->at(code_offset_pair_index_).offset();
373
int32_t next_offset =
offset_array
->at(code_offset_pair_index_ + 1).offset();
374
int32_t glyph_code =
offset_array
->at(code_offset_pair_index_).glyph_code();
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp
3086
unsigned int
offset_array
[FRM_ARRAY_SIZE];
local
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp
3239
unsigned int
offset_array
[FRM_ARRAY_SIZE];
local
[
all
...]
Completed in 279 milliseconds