HomeSort by relevance Sort by last modified time
    Searched defs:line_cap (Results 1 - 3 of 3) sorted by null

  /external/pdfium/third_party/agg23/
agg_conv_stroke.h 36 void line_cap(line_cap_e lc) function in struct:agg::conv_stroke
38 base_type::generator().line_cap(lc);
48 line_cap_e line_cap() const function in struct:agg::conv_stroke
50 return base_type::generator().line_cap();
agg_vcgen_stroke.h 40 void line_cap(line_cap_e lc) function in class:agg::vcgen_stroke
52 line_cap_e line_cap() const function in class:agg::vcgen_stroke
  /external/freetype/src/base/
ftstroke.c 785 FT_Stroker_LineCap line_cap; member in struct:FT_StrokerRec_
835 FT_Stroker_LineCap line_cap,
843 stroker->line_cap = line_cap;
927 if ( stroker->line_cap == FT_STROKER_LINECAP_ROUND )
935 else if ( stroker->line_cap == FT_STROKER_LINECAP_SQUARE )
962 else if ( stroker->line_cap == FT_STROKER_LINECAP_BUTT )
    [all...]

Completed in 94 milliseconds