OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_object_is_inert
(Results
1 - 8
of
8
) sorted by null
/external/harfbuzz_ng/src/
hb-object-private.hh
145
static inline bool
hb_object_is_inert
(const Type *obj)
function
158
if (unlikely (!obj ||
hb_object_is_inert
(obj)))
168
if (unlikely (!obj ||
hb_object_is_inert
(obj)))
185
if (unlikely (!obj ||
hb_object_is_inert
(obj)))
195
if (unlikely (!obj ||
hb_object_is_inert
(obj)))
hb-buffer.cc
219
if (unlikely (
hb_object_is_inert
(this)))
233
if (unlikely (
hb_object_is_inert
(this)))
290
if (unlikely (
hb_object_is_inert
(this)))
303
if (unlikely (
hb_object_is_inert
(this)))
316
if (unlikely (
hb_object_is_inert
(this)))
871
if (unlikely (
hb_object_is_inert
(buffer)))
919
if (unlikely (
hb_object_is_inert
(buffer)))
963
if (unlikely (
hb_object_is_inert
(buffer)))
1007
if (unlikely (
hb_object_is_inert
(buffer)))
1045
if (unlikely (
hb_object_is_inert
(buffer))
[
all
...]
hb-shape-plan.cc
340
assert (!
hb_object_is_inert
(buffer));
343
if (unlikely (
hb_object_is_inert
(shape_plan)))
544
if (unlikely (
hb_object_is_inert
(face)))
hb-blob.cc
294
if (
hb_object_is_inert
(blob))
hb-face.cc
295
if (unlikely (
hb_object_is_inert
(face)))
hb-unicode.cc
308
if (unlikely (
hb_object_is_inert
(ufuncs)))
hb-set-private.hh
169
if (unlikely (
hb_object_is_inert
(this)))
hb-font.cc
520
if (unlikely (
hb_object_is_inert
(ffuncs)))
1151
if (unlikely (
hb_object_is_inert
(font)))
1307
if (unlikely (
hb_object_is_inert
(font)))
[
all
...]
Completed in 130 milliseconds