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

  /external/deqp/framework/delibs/deimage/
deImage.c 128 float xFloat = ((float)x + 0.5f) / (float)dstWidth * (float)srcImage->width - 0.5f;
130 int xFixed = deFloorFloatToInt32(xFloat * 256.0f);
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 516 int computeSelectedIndex(float xFloat, float yFloat) {
517 int x = (int) xFloat;
    [all...]

Completed in 114 milliseconds