Searched defs:local_subrs_index (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/ots/test/ |
H A D | cff_type2_charstring_test.cc | 129 ots::CFFIndex local_subrs_index; local 145 &buffer, &local_subrs_index)) { 158 &local_subrs_index,
|
/external/chromium_org/third_party/ots/src/ |
H A D | cff_type2_charstring.cc | 33 const ots::CFFIndex& local_subrs_index, 122 const ots::CFFIndex& local_subrs_index, 135 (op == ots::kCallSubr ? local_subrs_index : global_subrs_index); 185 local_subrs_index, 606 // local_subrs_index: Local subroutines for the current glyph. 617 const ots::CFFIndex& local_subrs_index, 665 local_subrs_index, 119 ExecuteType2CharStringOperator(int32_t op, size_t call_depth, const ots::CFFIndex& global_subrs_index, const ots::CFFIndex& local_subrs_index, ots::Buffer *cff_table, ots::Buffer *char_string, std::stack<int32_t> *argument_stack, bool *out_found_endchar, bool *in_out_found_width, size_t *in_out_num_stems) argument 615 ExecuteType2CharString(size_t call_depth, const ots::CFFIndex& global_subrs_index, const ots::CFFIndex& local_subrs_index, ots::Buffer *cff_table, ots::Buffer *char_string, std::stack<int32_t> *argument_stack, bool *out_found_endchar, bool *in_out_found_width, size_t *in_out_num_stems) argument
|
H A D | cff.cc | 420 ots::CFFIndex *local_subrs_index = NULL; local 425 local_subrs_index = out_cff->local_subrs_per_font.back(); 430 local_subrs_index = new ots::CFFIndex; 431 out_cff->local_subrs = local_subrs_index; 433 if (!ParseIndex(&table, local_subrs_index)) {
|
/external/chromium_org/third_party/freetype/src/cff/ |
H A D | cfftypes.h | 210 CFF_IndexRec local_subrs_index; member in struct:CFF_SubFontRec_ 242 CFF_IndexRec local_subrs_index; member in struct:CFF_FontRec_
|
/external/freetype/src/cff/ |
H A D | cfftypes.h | 210 CFF_IndexRec local_subrs_index; member in struct:CFF_SubFontRec_ 242 CFF_IndexRec local_subrs_index; member in struct:CFF_FontRec_
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
H A D | cfftypes.h | 210 CFF_IndexRec local_subrs_index; member in struct:CFF_SubFontRec_ 242 CFF_IndexRec local_subrs_index; member in struct:CFF_FontRec_
|
Completed in 84 milliseconds