Home
last modified time | relevance | path

Searched refs:px2 (Results 1 – 15 of 15) sorted by relevance

/external/skia/src/core/
DSkLinearBitmapPipeline_sample.h201 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
248 *px2 = this->getPixelAt(bufferLoc[2]); in getFewPixels()
259 Sk4i xs, Sk4i ys, Sk4f* px0, Sk4f* px1, Sk4f* px2, Sk4f* px3) const override { in get4Pixels() argument
263 *px2 = this->getPixelAt(bufferLoc[2]); in get4Pixels()
[all …]
DSkLinearBitmapPipeline_core.h240 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/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/
Dmove_assign_convertible_propagate_const.pass.cpp27 PX px2(2); in main() local
30 py1=std::move(px2); in main()
Dmove_assign_convertible.pass.cpp27 PX px2(2); in main() local
30 py1=std::move(px2); in main()
/external/skia/src/opts/
DSk4px_none.h27 Sk4px px2 = Sk16b(); in Load2() local
28 memcpy(&px2, px, 8); in Load2()
29 return px2; in Load2()
DSk4px_NEON.h16 uint32x2_t px2 = vld1_u32(px); in Load2() local
17 return Sk16b((uint8x16_t)vcombine_u32(px2, px2)); in Load2()
DSkBlurImageFilter_opts.h79 uint32x2_t px2 = vreinterpret_u32_u8(vmovn_u16(resultPixels)); \
80 vst1_lane_u32(dptr + 0, px2, 0); \
81 vst1_lane_u32(dptr + width, px2, 1); \
/external/mesa3d/src/gallium/state_trackers/vega/
Dstroker.h79 VGfloat px2, VGfloat py2,
86 VGfloat px2, VGfloat py2,
Dstroker.c584 VGfloat px2, VGfloat py2, in stroker_emit_curve_to() argument
588 VGfloat coords[6] = {px1, py1, px2, py2, x, y}; in stroker_emit_curve_to()
591 px2, py2, x, y); in stroker_emit_curve_to()
594 if (px2 == x && py2 == y) { in stroker_emit_curve_to()
603 stroker->back2_x = px2; in stroker_emit_curve_to()
828 VGfloat px2, VGfloat py2, in stroker_curve_to() argument
832 px2, py2, in stroker_curve_to()
836 px1, py1, px2, py2, x, y); in stroker_curve_to()
Dpath.h114 float px2, float py2,
Dpath.c1652 float px2, float py2, in path_cubic_to() argument
1660 data[2] = px2; data[3] = py2; in path_cubic_to()
/external/opencv/cvaux/src/
Dcvepilines.cpp1101 double px1,py1,px2,py2; in icvGetCrossPiecePiece() local
1113 px2 = p2_end.x; in icvGetCrossPiecePiece()
1116 del = (py1-py2)*(ex1-ex2)-(px1-px2)*(ey1-ey2); 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
3431 px2 = p2_end.x; in GetCrossLines()
3434 del = (ex1-ex2)*(py2-py1)+(ey2-ey1)*(px2-px1); in GetCrossLines()
[all …]
/external/selinux/libsepol/cil/src/
Dcil_find.c270 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()
281 cl2 = cil_expand_class(px2->obj); in cil_permissionx_match_any()
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dinsertvalue.ll49 %px2 = getelementptr inbounds [4 x float], [4 x float]* %2, i64 0, i64 2
50 %x2 = load float, float* %px2, align 4
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Utils.cpp89 FX_FLOAT px2 = pts[i][2].x - pts[nNext][0].x; in GetAP_Check() local
94 << pts[nNext][0].x + px2 * FX_BEZIER << " " in GetAP_Check()