Home
last modified time | relevance | path

Searched refs:midX (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
DBlend.cpp1221 double midX = last->width / 2.0; in SelectRelevantFrames() local
1223 double z = ProjZ(first->trs, midX, midY, 1.0); in SelectRelevantFrames()
1225 double prevX = firstX = ProjX(first->trs, midX, midY, z, 1.0); in SelectRelevantFrames()
1226 double prevY = firstY = ProjY(first->trs, midX, midY, z, 1.0); in SelectRelevantFrames()
1235 z = ProjZ(mb->trs, midX, midY, 1.0); in SelectRelevantFrames()
1236 currX = ProjX(mb->trs, midX, midY, z, 1.0); in SelectRelevantFrames()
1237 currY = ProjY(mb->trs, midX, midY, z, 1.0); in SelectRelevantFrames()
1277 double midX = last->width / 2.0; in ComputeBlendParameters() local
1279 double z = ProjZ(first->trs, midX, midY, 1.0); in ComputeBlendParameters()
1281 double prevX = firstX = ProjX(first->trs, midX, midY, z, 1.0); in ComputeBlendParameters()
[all …]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DBlend.cpp1201 double midX = last->width / 2.0; in SelectRelevantFrames() local
1203 double z = ProjZ(first->trs, midX, midY, 1.0); in SelectRelevantFrames()
1205 double prevX = firstX = ProjX(first->trs, midX, midY, z, 1.0); in SelectRelevantFrames()
1206 double prevY = firstY = ProjY(first->trs, midX, midY, z, 1.0); in SelectRelevantFrames()
1215 z = ProjZ(mb->trs, midX, midY, 1.0); in SelectRelevantFrames()
1216 currX = ProjX(mb->trs, midX, midY, z, 1.0); in SelectRelevantFrames()
1217 currY = ProjY(mb->trs, midX, midY, z, 1.0); in SelectRelevantFrames()
1257 double midX = last->width / 2.0; in ComputeBlendParameters() local
1259 double z = ProjZ(first->trs, midX, midY, 1.0); in ComputeBlendParameters()
1261 double prevX = firstX = ProjX(first->trs, midX, midY, z, 1.0); in ComputeBlendParameters()
[all …]
/packages/apps/Gallery/src/com/android/camera/
DCropImage.java432 int midX = (int) midPoint.x;
442 RectF faceRect = new RectF(midX, midY, midX, midY);
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java2511 int midX = r.left + width / 2; in drawSelectedRect() local
2519 canvas.drawLine(midX, r.top + verticalPadding, midX, r.bottom - verticalPadding, p); in drawSelectedRect()