Searched defs:pos0 (Results 1 - 12 of 12) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
H A Dadd_noise_msa.c18 v16u8 pos0, pos1, ref0, ref1; local
32 pos0 = LD_UB(pos0_ptr);
36 pos0 = __msa_subsus_u_b(pos0, black_clamp);
38 pos0 = __msa_subsus_u_b(pos0, both_clamp);
40 pos0 = __msa_subsus_u_b(pos0, white_clamp);
42 pos0 += ref0;
43 ST_UB(pos0, pos0_pt
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_line.c72 float *pos0 = v0->data[pos]; local
77 const float dx = fabsf(pos0[0] - pos2[0]);
78 const float dy = fabsf(pos0[1] - pos2[1]);
94 pos0[1] = pos0[1] - half_width - bias;
99 if (pos0[0] < pos2[0]) {
101 pos0[0] -= 0.5f;
108 pos0[0] += 0.5f;
117 pos0[0] = pos0[
[all...]
H A Ddraw_pipe_stipple.c126 const float *pos0 = v0->data[pos]; local
131 float x0 = pos0[0];
133 float y0 = pos0[1];
H A Ddraw_pipe_wide_point.c141 float *pos0 = v0->data[pos]; local
160 pos0[0] += left_adj;
161 pos0[1] += top_adj;
/external/skia/src/views/
H A DSkTouchGesture.cpp184 static SkScalar center(float pos0, float pos1) { argument
185 return (pos0 + pos1) * 0.5f;
/external/swiftshader/src/Shader/
H A DVertexPipeline.cpp109 Vector4f pos0; local
112 pos0 = transform(src, matrix, index0, homogeneous);
115 dst.x = pos0.x * weight0 + pos1.x * weight1; // FIXME: Vector4f operators
116 dst.y = pos0.y * weight0 + pos1.y * weight1;
117 dst.z = pos0.z * weight0 + pos1.z * weight1;
118 dst.w = pos0.w * weight0 + pos1.w * weight1;
124 Vector4f pos0; local
128 pos0 = transform(src, matrix, index0, homogeneous);
132 dst.x = pos0.x * weight0 + pos1.x * weight1 + pos2.x * weight2;
133 dst.y = pos0
141 Vector4f pos0; local
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateIntervalFormat.java791 String pat0, FieldPosition pos0, // pattern and pos corresponding to {0}
801 if (pos0.getEndIndex() > 0) {
802 posResult.setBeginIndex(pos0.getBeginIndex() + index0);
803 posResult.setEndIndex(pos0.getEndIndex() + index0);
814 } else if (pos0.getEndIndex() > 0) {
817 posResult.setBeginIndex(pos0.getBeginIndex() + index0);
818 posResult.setEndIndex(pos0.getEndIndex() + index0);
790 adjustPosition(String combiningPattern, String pat0, FieldPosition pos0, String pat1, FieldPosition pos1, FieldPosition posResult) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateIntervalFormat.java800 String pat0, FieldPosition pos0, // pattern and pos corresponding to {0}
810 if (pos0.getEndIndex() > 0) {
811 posResult.setBeginIndex(pos0.getBeginIndex() + index0);
812 posResult.setEndIndex(pos0.getEndIndex() + index0);
823 } else if (pos0.getEndIndex() > 0) {
826 posResult.setBeginIndex(pos0.getBeginIndex() + index0);
827 posResult.setEndIndex(pos0.getEndIndex() + index0);
799 adjustPosition(String combiningPattern, String pat0, FieldPosition pos0, String pat1, FieldPosition pos1, FieldPosition posResult) argument
/external/icu/icu4c/source/i18n/
H A Ddtitvfmt.cpp1304 UnicodeString& pat0, FieldPosition& pos0, // pattern and pos corresponding to {0}
1314 if (pos0.getEndIndex() > 0) {
1315 posResult.setBeginIndex(pos0.getBeginIndex() + index0);
1316 posResult.setEndIndex(pos0.getEndIndex() + index0);
1327 } else if (pos0.getEndIndex() > 0) {
1330 posResult.setBeginIndex(pos0.getBeginIndex() + index0);
1331 posResult.setEndIndex(pos0.getEndIndex() + index0);
1303 adjustPosition(UnicodeString& combiningPattern, UnicodeString& pat0, FieldPosition& pos0, UnicodeString& pat1, FieldPosition& pos1, FieldPosition& posResult) argument
/external/pdfium/core/fxge/agg/
H A Dfx_agg_driver.cpp295 CFX_PointF pos0 = pPoints[i - 1].m_Point; local
299 pos0 = pObject2Device->Transform(pos0);
303 pos0 = HardClip(pos0);
306 agg::curve4 curve(pos0.x, pos0.y, pos.x, pos.y, pos2.x, pos2.y, pos3.x,
/external/skia/src/core/
H A DSkPaint.cpp1133 const SkPoint pos0 = posMaker(0); local
1135 pos0.x(), pos0.y(), TextType);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c521 int pos0 = find_output_by_semantic(&shader->info.base, local
527 if (pos0 != -1 && outputs[pos0][2]) {
528 z = LLVMBuildLoad(builder, outputs[pos0][2], "output.z");

Completed in 578 milliseconds