Home
last modified time | relevance | path

Searched refs:is_stop (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_conv_adaptor_vcgen.h95 if(is_stop(m_last_cmd)) { in vertex()
113 if(is_stop(cmd)) { in vertex()
127 if(is_stop(cmd)) { in vertex()
Dagg_path_storage.h66 while(!is_stop(cmd = vs.vertex(&x, &y))) {
82 while(!is_stop(cmd = vs.vertex_curve_flag(&x, &y, flag))) {
Dagg_basics.h177 inline bool is_stop(unsigned c) in is_stop() function
221 return is_stop(c) || is_move_to(c) || is_end_poly(c); in is_next_poly()
Dagg_rasterizer_scanline_aa.h399 while(!is_stop(cmd = vs.vertex(&x, &y))) {
410 while(!is_stop(cmd = vs.vertex(&x, &y))) {
Dagg_vcgen_dash.cpp108 while(!is_stop(cmd)) { in vertex()
Dagg_vcgen_stroke.cpp94 while(!is_stop(cmd)) { in vertex()
/external/u-boot/include/linux/soc/ti/
Dti_sci_protocol.h133 int (*is_stop)(const struct ti_sci_handle *handle, u32 id, member
/external/u-boot/drivers/firmware/
Dti_sci.c2909 dops->is_stop = ti_sci_cmd_dev_is_stop; in ti_sci_setup_ops()