Searched refs:agg (Results 51 - 55 of 55) sorted by relevance

123

/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_rasterizer_scanline_aa.cpp52 namespace agg namespace
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml882 let agg = [| const_int i8_type 4; const_int i64_type 5 |] in var
883 ignore (build_aggregate_ret agg b)
1026 let agg = build_load p "bl" atentry in var
1027 let agg0 = build_insertvalue agg (const_int i32_type 1) 0
/external/fio/
H A Dgclient.c1227 if (rs->agg[ddir]) {
1228 p_of_agg = mean[0] * 100 / (double) rs->agg[ddir];
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp11 #include "../agg/include/fxfx_agg_clip_liang_barsky.h"
16 #include "../agg/include/fx_agg_driver.h"
721 agg::rect_base<FX_FLOAT> rect(0.0f, 0.0f, (FX_FLOAT)(m_Width), (FX_FLOAT)(m_Height));
723 int np = agg::clip_liang_barsky<FX_FLOAT>(x1, y1, x2, y2, rect, x, y);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1183 (** [const_extractvalue agg idxs] returns the constant [idxs]th value of
1184 constant aggregate [agg]. Each [idxs] must be less than the size of the
1188 (** [const_insertvalue agg val idxs] inserts the value [val] in the specified
1189 indexs [idxs] in the aggegate [agg]. Each [idxs] must be less than the size
2365 (** [build_extractvalue agg idx name b] creates a
2366 [%name = extractvalue %agg, %idx]
2372 (** [build_insertvalue agg val idx name b] creates a
2373 [%name = insertvalue %agg, %val, %idx]

Completed in 1876 milliseconds

123