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

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 574 GLfixed fixedScale;
578 fixedScale = (GLfixed)(buildingScale * 65536);
585 glScalex(fixedScale, fixedScale, fixedScale);
  /frameworks/native/opengl/tests/angeles/
demo.c 574 GLfixed fixedScale;
578 fixedScale = (GLfixed)(buildingScale * 65536);
585 glScalex(fixedScale, fixedScale, fixedScale);
  /external/chromium_org/third_party/skia/src/gpu/
GrDistanceFieldTextContext.cpp 491 SkFixed fixedScale = SkScalarToFixed(sizeRatio);
504 fx += SkFixedMul_portable(glyph.fAdvanceX, fixedScale);
505 fy += SkFixedMul_portable(glyph.fAdvanceY, fixedScale);
  /external/skia/src/gpu/
GrDistanceFieldTextContext.cpp 491 SkFixed fixedScale = SkScalarToFixed(sizeRatio);
504 fx += SkFixedMul_portable(glyph.fAdvanceX, fixedScale);
505 fy += SkFixedMul_portable(glyph.fAdvanceY, fixedScale);
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 353 const deInt64 fixedScale = 64;
357 const tcu::Vector<deInt64, 3> pfixed = tcu::Vector<deInt64, 3>(deFloorFloatToInt32(p.x() * fixedScale), deFloorFloatToInt32(p.y() * fixedScale), deFloorFloatToInt32(p.z() * fixedScale));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 356 const deInt64 fixedScale = 64;
360 const tcu::Vector<deInt64, 3> pfixed = tcu::Vector<deInt64, 3>(deFloorFloatToInt32(p.x() * fixedScale), deFloorFloatToInt32(p.y() * fixedScale), deFloorFloatToInt32(p.z() * fixedScale));
    [all...]

Completed in 420 milliseconds