/external/mesa3d/include/VG/ |
vgu.h | 79 VGfloat x0, VGfloat y0, 80 VGfloat x1, VGfloat y1) VGU_API_EXIT; 83 const VGfloat * points, VGint count, 87 VGfloat x, VGfloat y, 88 VGfloat width, VGfloat height) VGU_API_EXIT; 91 VGfloat x, VGfloat y [all...] |
vgext.h | 86 VG_API_CALL void vgIterativeAverageBlurKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGTilingMode tilingMode); 88 typedef void (VG_API_ENTRYP PFNVGITERATIVEAVERAGEBLURKHRPROC) (VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGTilingMode tilingMode); 144 VG_API_CALL void VG_API_ENTRY vgParametricFilterKHR(VGImage dst,VGImage src,VGImage blur,VGfloat strength,VGfloat offsetX,VGfloat offsetY,VGbitfield filterFlags,VGPaint highlightPaint,VGPaint shadowPaint); 145 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguDropShadowKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGfloat distance,VGfloat angle,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint sh (…) [all...] |
openvg.h | 513 VG_API_CALL void VG_API_ENTRY vgSetf (VGParamType type, VGfloat value) VG_API_EXIT; 516 const VGfloat * values) VG_API_EXIT; 520 VG_API_CALL VGfloat VG_API_ENTRY vgGetf(VGParamType type) VG_API_EXIT; 523 VG_API_CALL void VG_API_ENTRY vgGetfv(VGParamType type, VGint count, VGfloat * values) VG_API_EXIT; 528 VGfloat value) VG_API_EXIT; 534 VGint count, const VGfloat * values) VG_API_EXIT; 539 VG_API_CALL VGfloat VG_API_ENTRY vgGetParameterf(VGHandle object, 547 VGint count, VGfloat * values) VG_API_EXIT; 554 VG_API_CALL void VG_API_ENTRY vgLoadMatrix(const VGfloat * m) VG_API_EXIT; 555 VG_API_CALL void VG_API_ENTRY vgGetMatrix(VGfloat * m) VG_API_EXIT [all...] |
vgplatform.h | 76 typedef float VGfloat;
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
arc.h | 40 VGfloat cx, cy; 42 VGfloat a, b; 44 VGfloat theta; 45 VGfloat cos_theta, sin_theta; 47 VGfloat eta1; 48 VGfloat eta2; 50 VGfloat x1, y1, x2, y2; 57 VGfloat x1, VGfloat y1, 58 VGfloat x2, VGfloat y2 [all...] |
stroker.h | 46 VGfloat back1_x, back1_y; 47 VGfloat back2_x, back2_y; 49 VGfloat stroke_width; 50 VGfloat miter_limit; 62 VGfloat dash_pattern[VEGA_MAX_DASH_COUNT]; 64 VGfloat dash_phase; 76 void stroker_move_to(struct stroker *stroker, VGfloat x, VGfloat y); 77 void stroker_line_to(struct stroker *stroker, VGfloat x, VGfloat y) [all...] |
vgu.c | 44 const VGfloat *coords, 47 VGubyte common_data[40 * sizeof(VGfloat)]; 55 VGfloat x0, VGfloat y0, 56 VGfloat x1, VGfloat y1) 59 VGfloat coords[4]; 81 const VGfloat * points, 86 VGfloat *coords; 104 coords = malloc(sizeof(VGfloat) * count * 2) [all...] |
matrix.h | 80 VGfloat m[9]; 84 const VGfloat *val) 86 memcpy(mat->m, val, sizeof(VGfloat) * 9); 90 VGfloat m11, VGfloat m12, VGfloat m13, 91 VGfloat m21, VGfloat m22, VGfloat m23, 92 VGfloat m31, VGfloat m32, VGfloat m33 [all...] |
text.h | 44 const VGfloat glyphOrigin[2], 45 const VGfloat escapement[2]); 50 const VGfloat glyphOrigin[2], 51 const VGfloat escapement[2]); 64 const VGfloat *adjustments_x, 65 const VGfloat *adjustments_y,
|
vg_translate.h | 38 VGuint n, VGfloat rgba[][4], 46 VGfloat rgba[][4]);
|
stroker.c | 48 static const VGfloat curve_threshold = 0.25f; 50 static const VGfloat zero_coords[] = {0.f, 0.f}; 71 void (*current_coords)(struct stroke_iterator *it, VGfloat *coords); 77 const VGfloat *coords; 90 static void stroke_itr_coords(struct stroke_iterator *itr, VGfloat *coords) 95 static void stroke_fw_itr_coords(struct stroke_iterator *itr, VGfloat *coords) 122 static void stroke_bw_itr_coords(struct stroke_iterator *itr, VGfloat *coords) 203 itr->coords = (VGfloat*)coords->data; 264 VGfloat bez[8]; 305 static void stroke_flat_itr_coords(struct stroke_iterator *itr, VGfloat *coords [all...] |
renderer.h | 99 const VGfloat color[4]); 135 VGfloat min_x, VGfloat min_y, 136 VGfloat max_x, VGfloat max_y); 142 VGfloat x1offset, VGfloat y1offset, 143 VGfloat x2offset, VGfloat y2offset, 144 VGfloat x1, VGfloat y1 [all...] |
api_transform.c | 41 void vegaLoadMatrix(const VGfloat * m) 63 void vegaGetMatrix(VGfloat * m) 77 memcpy(m, mat->m, sizeof(VGfloat)*9); 80 void vegaMultMatrix(const VGfloat * m) 103 void vegaTranslate(VGfloat tx, VGfloat ty) 110 void vegaScale(VGfloat sx, VGfloat sy) 117 void vegaShear(VGfloat shx, VGfloat shy [all...] |
path.h | 45 const VGfloat *coords; 46 VGfloat sx, sy, ox, oy, px, py; 54 struct path *path_create(VGPathDatatype dt, VGfloat scale, VGfloat bias, 85 VGfloat path_scale(struct path *p); 86 VGfloat path_bias(struct path *p); 104 VGfloat amount); 118 VGfloat distance, VGfloat *point, VGfloat *normal) [all...] |
paint.h | 44 const VGfloat *color); 46 VGfloat *color); 63 const VGfloat *coords); 65 VGfloat *coords); 73 const VGfloat *values); 75 VGfloat *coords); 82 void paint_set_ramp_stops(struct vg_paint *paint, const VGfloat *stops, 84 void paint_ramp_stops(struct vg_paint *paint, VGfloat *stops,
|
vg_state.h | 37 VGfloat f; 56 VGfloat color_transform_values[8]; 71 VGfloat tile_fill_color[4]; 75 VGfloat clear_color[4];
|
paint.c | 47 VGfloat color[4]; 55 VGfloat coords[4]; 59 VGfloat vals[5]; 65 VGfloat *ramp_stops; 95 static INLINE VGuint float4_to_argb(const VGfloat *clr) 103 static INLINE void create_gradient_data(const VGfloat *ramp_stops, 110 VGfloat fpos = 0, incr = 1.f / size; 122 VGfloat delta = 1.f/(ramp_stops[rnext] - ramp_stops[rcur]); 198 const VGfloat default_color[] = {0.0f, 0.0f, 0.0f, 1.0f}; 199 const VGfloat def_ling[] = {0.0f, 0.0f, 1.0f, 0.0f} [all...] |
text.c | 44 VGfloat glyph_origin[2]; 45 VGfloat escapement[2]; 65 const VGfloat glyphOrigin[2], 66 const VGfloat escapement[2]) 117 VGfloat adjustment_x, 118 VGfloat adjustment_y, 168 const VGfloat glyphOrigin[2], 169 const VGfloat escapement[2]) 178 const VGfloat glyphOrigin[2], 179 const VGfloat escapement[2] [all...] |
api_path.c | 38 VGfloat scale, VGfloat bias, 244 VGfloat amount) 270 VGfloat vegaPathLength(VGPath path, 306 VGfloat distance, 307 VGfloat * x, VGfloat * y, 308 VGfloat * tangentX, 309 VGfloat * tangentY) 349 VGfloat point[2], normal[2] [all...] |
path.c | 54 VGfloat scale; 55 VGfloat bias; 70 VGfloat stroke_width; 71 VGfloat miter_limit; 81 VGfloat *out) 86 VGfloat *itr = out; 117 VGfloat **fdata = (VGfloat **)data; 133 const VGfloat *data, 159 memcpy(common_data, data, sizeof(VGfloat) * num_coords) [all...] |
api_filters.c | 240 const VGfloat * matrix) 268 info.const_buffer_len = 20 * sizeof(VGfloat); 274 static VGfloat texture_offset(VGfloat width, VGint kernelSize, VGint current, VGint shift) 276 VGfloat diff = current - shift; 285 VGfloat scale, 286 VGfloat bias, 290 VGfloat *buffer; 332 buffer = (VGfloat*)malloc(buffer_len * sizeof(VGfloat)); [all...] |
api_text.c | 71 const VGfloat glyphOrigin[2], 72 const VGfloat escapement[2]) 104 const VGfloat glyphOrigin[2], 105 const VGfloat escapement[2]) 173 const VGfloat *adjustments_x, 174 const VGfloat *adjustments_y,
|
vg_context.h | 194 static INLINE void vg_shift_rectx(VGfloat coords[4], 195 const VGfloat *bounds, 196 const VGfloat shift) 209 static INLINE void vg_shift_recty(VGfloat coords[4], 210 const VGfloat *bounds, 211 const VGfloat shift) 223 static INLINE void vg_bound_rect(VGfloat coords[4], 224 const VGfloat bounds[4], 225 VGfloat shift[4])
|
image.c | 73 static INLINE void vg_sync_size(VGfloat *src_loc, VGfloat *dst_loc) 81 static void vg_get_copy_coords(VGfloat *src_loc, 82 VGfloat src_width, VGfloat src_height, 83 VGfloat *dst_loc, 84 VGfloat dst_width, VGfloat dst_height) 86 VGfloat dst_bounds[4], src_bounds[4]; 87 VGfloat src_shift[4], dst_shift[4], shift[4] [all...] |
mask.h | 41 VGfloat value); 63 VGfloat value);
|