Searched defs:in_out_found_width (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dcff_type2_charstring.cc127 bool *in_out_found_width,
190 in_out_found_width,
199 *in_out_found_width = true; // just in case.
212 } else if ((!(*in_out_found_width)) && (((stack_size - 1) % 2) == 0)) {
223 *in_out_found_width = true; // always set true since "w" might be 0 byte.
231 } else if ((!(*in_out_found_width)) && (stack_size - 1 == 2)) {
236 *in_out_found_width = true;
245 } else if ((!(*in_out_found_width)) && (stack_size - 1 == 1)) {
250 *in_out_found_width = true;
259 } else if ((!(*in_out_found_width))
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
[all...]

Completed in 375 milliseconds