/external/skia/src/core/ |
D | SkLinearBitmapPipeline_sample.h | 201 int n, Sk4i xs, Sk4i ys, Sk4f* px0, Sk4f* px1, Sk4f* px2) const { in getFewPixels() argument 202 fPixelAccessor->getFewPixels(n, xs, ys, px0, px1, px2); in getFewPixels() 206 Sk4i xs, Sk4i ys, Sk4f* px0, Sk4f* px1, Sk4f* px2, Sk4f* px3) const { in get4Pixels() argument 207 fPixelAccessor->get4Pixels(xs, ys, px0, px1, px2, px3); in get4Pixels() 211 const void* src, int index, Sk4f* px0, Sk4f* px1, Sk4f* px2, Sk4f* px3) const { in get4Pixels() argument 212 fPixelAccessor->get4Pixels(src, index, px0, px1, px2, px3); in get4Pixels() 244 int n, Sk4i xs, Sk4i ys, Sk4f* px0, Sk4f* px1, Sk4f* px2) const override { in getFewPixels() argument 250 *px1 = this->getPixelAt(bufferLoc[1]); in getFewPixels() 259 Sk4i xs, Sk4i ys, Sk4f* px0, Sk4f* px1, Sk4f* px2, Sk4f* px3) const override { in get4Pixels() argument 262 *px1 = this->getPixelAt(bufferLoc[1]); in get4Pixels() [all …]
|
D | SkLinearBitmapPipeline_core.h | 240 int n, Sk4i xs, Sk4i ys, Sk4f* px0, Sk4f* px1, Sk4f* px2) const = 0; 243 Sk4i xs, Sk4i ys, Sk4f* px0, Sk4f* px1, Sk4f* px2, Sk4f* px3) const = 0; 246 const void* src, int index, Sk4f* px0, Sk4f* px1, Sk4f* px2, Sk4f* px3) const = 0;
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 1101 double px1,py1,px2,py2; in icvGetCrossPiecePiece() local 1111 px1 = p2_start.x; in icvGetCrossPiecePiece() 1116 del = (py1-py2)*(ex1-ex2)-(px1-px2)*(ey1-ey2); in icvGetCrossPiecePiece() 1123 delA = (ey1-ey2)*(ex1-px1) + (ex1-ex2)*(py1-ey1); in icvGetCrossPiecePiece() 1124 delB = (py1-py2)*(ex1-px1) + (px1-px2)*(py1-ey1); in icvGetCrossPiecePiece() 1135 delX = (px1-px2)*(ey1*(ex1-ex2)-ex1*(ey1-ey2))+ in icvGetCrossPiecePiece() 1136 (ex1-ex2)*(px1*(py1-py2)-py1*(px1-px2)); in icvGetCrossPiecePiece() 1139 (ey1-ey2)*(px1*(py1-py2)-py1*(px1-px2)); in icvGetCrossPiecePiece() 3419 double px1,py1,px2,py2; in GetCrossLines() local 3429 px1 = p2_start.x; in GetCrossLines() [all …]
|
/external/skia/src/opts/ |
D | Sk4px_none.h | 33 Sk4px px1 = Sk16b(); in Load1() local 34 memcpy(&px1, px, 4); in Load1() 35 return px1; in Load1()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | stroker.h | 78 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, 85 void stroker_emit_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1,
|
D | stroker.c | 583 void stroker_emit_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, in stroker_emit_curve_to() argument 588 VGfloat coords[6] = {px1, py1, px2, py2, x, y}; in stroker_emit_curve_to() 590 debug_printf("emit curve %f, %f, %f, %f, %f, %f\n", px1, py1, in stroker_emit_curve_to() 595 if (px1 == x && py1 == y) { in stroker_emit_curve_to() 599 stroker->back2_x = px1; in stroker_emit_curve_to() 827 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, in stroker_curve_to() argument 831 VGfloat coords[] = {px1, py1, in stroker_curve_to() 836 px1, py1, px2, py2, x, y); in stroker_curve_to()
|
D | path.h | 113 void path_cubic_to(struct path *p, float px1, float py1,
|
D | path.c | 1651 void path_cubic_to(struct path *p, float px1, float py1, in path_cubic_to() argument 1659 data[0] = px1; data[1] = py1; in path_cubic_to()
|
/external/selinux/libsepol/cil/src/ |
D | cil_find.c | 270 static int cil_permissionx_match_any(struct cil_permissionx *px1, struct cil_permissionx *px2) in cil_permissionx_match_any() argument 276 if (px1->kind != px2->kind) goto exit; in cil_permissionx_match_any() 278 if (!ebitmap_match_any(px1->perms, px2->perms)) goto exit; in cil_permissionx_match_any() 280 cl1 = cil_expand_class(px1->obj); in cil_permissionx_match_any()
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | insertvalue.ll | 15 %px1 = getelementptr inbounds [2 x double], [2 x double]* %2, i64 0, i64 1 16 %x1 = load double, double* %px1, align 4 44 %px1 = getelementptr inbounds [4 x float], [4 x float]* %2, i64 0, i64 1 45 %x1 = load float, float* %px1, align 4
|
/external/pdfium/fpdfsdk/pdfwindow/ |
D | PWL_Utils.cpp | 87 FX_FLOAT px1 = pts[i][1].x - pts[i][0].x; in GetAP_Check() local 92 csAP << pts[i][0].x + px1 * FX_BEZIER << " " in GetAP_Check()
|