Home
last modified time | relevance | path

Searched defs:parsed_values_t (Results 1 – 3 of 3) sorted by relevance

/third_party/harfbuzz/src/
Dhb-cff-interp-common.hh549 struct parsed_values_t struct
551 void init () in init()
556 void fini () { values.fini_deep (); } in fini()
558 void add_op (op_code_t op, const byte_str_ref_t& str_ref = byte_str_ref_t ()) in add_op()
566 void add_op (op_code_t op, const byte_str_ref_t& str_ref, const VAL &v) in add_op()
574 bool has_op (op_code_t op) const in has_op()
581 unsigned get_count () const { return values.length; } in get_count()
582 const VAL &get_value (unsigned int i) const { return values[i]; } in get_value()
583 const VAL &operator [] (unsigned int i) const { return get_value (i); } in operator []()
585 unsigned int opStart;
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-common.hh575 struct parsed_values_t struct
577 void init () in init()
582 void fini () { values.fini_deep (); } in fini()
584 void add_op (op_code_t op, const byte_str_ref_t& str_ref = byte_str_ref_t ()) in add_op()
592 void add_op (op_code_t op, const byte_str_ref_t& str_ref, const VAL &v) in add_op()
600 bool has_op (op_code_t op) const in has_op()
607 unsigned get_count () const { return values.length; } in get_count()
608 const VAL &get_value (unsigned int i) const { return values[i]; } in get_value()
609 const VAL &operator [] (unsigned int i) const { return get_value (i); } in operator []()
611 unsigned int opStart;
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-common.hh549 struct parsed_values_t struct
551 void init () in init()
556 void fini () { values.fini_deep (); } in fini()
558 void add_op (op_code_t op, const byte_str_ref_t& str_ref = byte_str_ref_t ()) in add_op()
566 void add_op (op_code_t op, const byte_str_ref_t& str_ref, const VAL &v) in add_op()
574 bool has_op (op_code_t op) const in has_op()
581 unsigned get_count () const { return values.length; } in get_count()
582 const VAL &get_value (unsigned int i) const { return values[i]; } in get_value()
583 const VAL &operator [] (unsigned int i) const { return get_value (i); } in operator []()
585 unsigned int opStart;
[all …]