OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hb_object_destroy
(Results
1 - 15
of
15
) sorted by null
/external/harfbuzz_ng/src/
hb-set.cc
69
if (!
hb_object_destroy
(set)) return;
hb-font.cc
262
if (!
hb_object_destroy
(ffuncs)) return;
644
if (!
hb_object_destroy
(face)) return;
862
if (!
hb_object_destroy
(font)) return;
hb-blob.cc
161
if (!
hb_object_destroy
(blob)) return;
hb-object-private.hh
204
static inline bool
hb_object_destroy
(Type *obj)
function
hb-shape-plan.cc
146
if (!
hb_object_destroy
(shape_plan)) return;
hb-unicode.cc
205
if (!
hb_object_destroy
(ufuncs)) return;
hb-buffer.cc
649
if (!
hb_object_destroy
(buffer)) return;
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-object-private.hh
204
static inline bool
hb_object_destroy
(Type *obj)
function
hb-set.cc
96
if (!
hb_object_destroy
(set)) return;
hb-face.cc
229
if (!
hb_object_destroy
(face)) return;
hb-shape-plan.cc
187
if (!
hb_object_destroy
(shape_plan)) return;
hb-unicode.cc
242
if (!
hb_object_destroy
(ufuncs)) return;
hb-blob.cc
235
if (!
hb_object_destroy
(blob)) return;
hb-font.cc
297
if (!
hb_object_destroy
(ffuncs)) return;
969
if (!
hb_object_destroy
(font)) return;
hb-buffer.cc
737
if (!
hb_object_destroy
(buffer)) return;
Completed in 250 milliseconds