Searched refs:agg (Results 126 - 150 of 217) sorted by relevance

123456789

/haiku-fatelf/src/libs/agg/src/
H A Dagg_vcgen_dash.cpp24 namespace agg namespace
H A Dagg_rounded_rect.cpp24 namespace agg namespace
H A Dagg_trans_affine.cpp23 namespace agg namespace
H A Dagg_trans_single_path.cpp20 namespace agg namespace
H A Dagg_vcgen_bspline.cpp18 namespace agg namespace
H A Dagg_vcgen_smooth_poly1.cpp22 namespace agg namespace
H A Dagg_vcgen_stroke.cpp23 namespace agg namespace
/haiku-fatelf/src/servers/app/drawing/Painter/
H A Dagg_scanline_p_subpix.h18 namespace agg namespace
H A Dagg_scanline_p_subpix_avrg_filtering.h20 namespace agg namespace
H A Dagg_scanline_u_subpix_avrg_filtering.h20 namespace agg namespace
/haiku-fatelf/headers/libs/agg/
H A Dagg_renderer_raster_text.h21 namespace agg namespace
167 typedef agg::cover_type cover_type;
H A Dagg_dda_line.h26 namespace agg namespace
H A Dagg_line_aa_basics.h21 namespace agg namespace
H A Dagg_pixfmt_transposer.h21 namespace agg namespace
H A Dagg_renderer_base.h26 namespace agg namespace
382 cover_type cover = agg::cover_full)
408 cover_type cover = agg::cover_full)
526 cover_type cover = agg::cover_full)
379 blend_color_hspan(int x, int y, int len, const color_type* colors, const cover_type* covers, cover_type cover = agg::cover_full) argument
405 blend_color_vspan(int x, int y, int len, const color_type* colors, const cover_type* covers, cover_type cover = agg::cover_full) argument
522 blend_from(const SrcPixelFormatRenderer& src, const rect_i* rect_src_ptr = 0, int dx = 0, int dy = 0, cover_type cover = agg::cover_full) argument
H A Dagg_scanline_bin.h33 namespace agg namespace
H A Dagg_span_gouraud.h22 namespace agg namespace
H A Dagg_trans_perspective.h25 namespace agg namespace
/haiku-fatelf/src/servers/app/font/
H A DFontCacheEntry.cpp98 uint32 dataSize, glyph_data_type dataType, const agg::rect_i& bounds,
296 agg::rect_i(0, 0, -1, -1), 0, 0, 0, 0);
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dt1.c900 int i, j, k, one, agg, runlen, vsc; local
910 agg = !(MACRO_t1_flags(1 + k,1 + i) & (T1_SIG | T1_VISIT | T1_SIG_OTH)
916 agg = !(MACRO_t1_flags(1 + k,1 + i) & (T1_SIG | T1_VISIT | T1_SIG_OTH)
922 agg = 0;
924 if (agg) {
950 agg && (j == k + runlen),
963 int i, j, k, one, half, oneplushalf, agg, runlen, vsc; local
975 agg = !(MACRO_t1_flags(1 + k,1 + i) & (T1_SIG | T1_VISIT | T1_SIG_OTH)
981 agg = 0;
983 if (agg) {
[all...]
/haiku-fatelf/src/apps/icon-o-matic/import_export/svg/
H A DSVGGradients.cpp17 namespace agg { namespace
198 } // namespace agg
/haiku-fatelf/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp518 return fabs(agg::calc_line_point_distance(start.x, start.y, end.x, end.y,
678 agg::trans_affine m;
683 agg::trans_affine_rotation r(angle * M_PI / 180.0);
690 m.multiply(agg::trans_affine_translation(xOffset, yOffset));
/haiku-fatelf/src/libs/icon/shape/
H A DVectorPath.h167 bool GetAGGPathStorage(agg::path_storage& path) const;
H A DShape.cpp446 // to agg::path_storage, but it is also unclear
454 agg::conv_transform< ::VertexSource, Transformable>
456 agg::bounding_rect(transformedSource, pathID, 0, 1,
/haiku-fatelf/src/libs/icon/flat_icon/
H A DFlatIconImporter.cpp477 contour->line_join((agg::line_join_e)lineJoin);
504 stroke->line_join((agg::line_join_e)lineJoin);
506 stroke->line_cap((agg::line_cap_e)lineCap);

Completed in 100 milliseconds

123456789