Searched refs:is_anchored (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-glyf-table.hh | 302 bool is_anchored () const { return !(flags & ARGS_ARE_XY_VALUES); } in is_anchored() function 360 if (is_anchored ()) tx = ty = 0; in get_transformation() 837 if (item.is_anchored ()) in get_points()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_compile.c | 8396 is_anchored(PCRE2_SPTR code, uint32_t bracket_map, compile_block *cb, in is_anchored() function 8409 if (!is_anchored(scode, bracket_map, cb, atomcount, inassert)) in is_anchored() 8420 if (!is_anchored(scode, new_map, cb, atomcount, inassert)) return FALSE; in is_anchored() 8427 if (!is_anchored(scode, bracket_map, cb, atomcount, TRUE)) return FALSE; in is_anchored() 8435 if (!is_anchored(scode, bracket_map, cb, atomcount, inassert)) in is_anchored() 8443 if (!is_anchored(scode, bracket_map, cb, atomcount + 1, inassert)) in is_anchored() 10448 is_anchored(codestart, 0, &cb, 0, FALSE)) in pcre2_compile()
|