HomeSort by relevance Sort by last modified time
    Searched full:line_cap (Results 1 - 9 of 9) 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
agg_math_stroke.h 151 line_cap_e line_cap,
163 if(line_cap != round_cap) {
164 if(line_cap == square_cap) {
  /external/pdfium/fpdfsdk/
fpdfeditpath.cpp 238 int line_cap) {
241 if (line_cap < static_cast<int>(CFX_GraphStateData::LineCap::LineCapButt) ||
242 line_cap > static_cast<int>(CFX_GraphStateData::LineCap::LineCapSquare)) {
247 static_cast<CFX_GraphStateData::LineCap>(line_cap);
  /external/freetype/include/freetype/
ftstroke.h 297 * line_cap ::
317 FT_Stroker_LineCap line_cap,
  /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...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftstroke.h 297 * line_cap ::
317 FT_Stroker_LineCap line_cap,
  /external/pdfium/public/
fpdf_edit.h 536 // line_cap - line cap
541 int line_cap);
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 300 stroke.line_cap(cap);
308 stroke.line_cap(cap);
    [all...]

Completed in 304 milliseconds