HomeSort by relevance Sort by last modified time
    Searched refs:gPreviewFBOWidth (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera/jni/
mosaic_renderer_jni.cpp 53 int gPreviewFBOWidth;
61 // transformation for going to the {0,gPreviewFBOWidth}.
272 (gCenterOffsetX + panOffset) / gPreviewFBOWidth - 1.0) *
276 gPreviewFBOWidth - 1.0) * gUILayoutScalingX;
279 (gCenterOffsetX + panOffset) / gPreviewFBOWidth - 1.0) *
283 gPreviewFBOWidth - 1.0) * gUILayoutScalingY;
400 gPreviewFBOWidth = PREVIEW_FBO_WIDTH_SCALE * gPreviewImageWidth[HR];
405 gCenterOffsetX = (gPreviewFBOWidth / 2 - gPreviewImageWidth[HR] / 2);
418 int wm = gPreviewFBOWidth;
556 gUILayoutScalingX = ((float) gPreviewFBOWidth / gPreviewFBOHeight
    [all...]
  /packages/apps/Gallery2/jni_mosaic/
mosaic_renderer_jni.cpp 53 int gPreviewFBOWidth;
61 // transformation for going to the {0,gPreviewFBOWidth}.
272 (gCenterOffsetX + panOffset) / gPreviewFBOWidth - 1.0) *
276 gPreviewFBOWidth - 1.0) * gUILayoutScalingX;
279 (gCenterOffsetX + panOffset) / gPreviewFBOWidth - 1.0) *
283 gPreviewFBOWidth - 1.0) * gUILayoutScalingY;
400 gPreviewFBOWidth = PREVIEW_FBO_WIDTH_SCALE * gPreviewImageWidth[HR];
405 gCenterOffsetX = (gPreviewFBOWidth / 2 - gPreviewImageWidth[HR] / 2);
418 int wm = gPreviewFBOWidth;
556 gUILayoutScalingX = ((float) gPreviewFBOWidth / gPreviewFBOHeight
    [all...]
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.cpp 53 int gPreviewFBOWidth;
61 // transformation for going to the {0,gPreviewFBOWidth}.
249 (gCenterOffsetX + panOffset) / gPreviewFBOWidth - 1.0) *
253 gPreviewFBOWidth - 1.0) * gUILayoutScalingX;
256 (gCenterOffsetX + panOffset) / gPreviewFBOWidth - 1.0) *
260 gPreviewFBOWidth - 1.0) * gUILayoutScalingY;
381 gPreviewFBOWidth = PREVIEW_FBO_WIDTH_SCALE * gPreviewImageWidth[HR];
386 gCenterOffsetX = (gPreviewFBOWidth / 2 - gPreviewImageWidth[HR] / 2);
399 int wm = gPreviewFBOWidth;
549 gBuffer[0].Init(gPreviewFBOWidth, gPreviewFBOHeight, GL_RGBA)
    [all...]

Completed in 173 milliseconds