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

  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MagnificationController.java 185 * @param magnified the magnified region
189 private void onMagnificationRegionChanged(Region magnified, boolean updateSpec) {
198 if (!mMagnificationRegion.equals(magnified)) {
199 mMagnificationRegion.set(magnified);
232 * magnified region, or {@code false} otherwise
245 * @param outBounds rect to populate with the bounds of the magnified
388 * Scales the magnified region around the specified pivot point,
427 * Sets the center of the magnified region, optionally animating the
450 * Sets the scale and center of the magnified region, optionall
    [all...]
  /external/deqp/framework/common/
tcuTexture.cpp 2123 bool magnified = lod <= sampler.lodThreshold; local
2163 bool magnified = lod <= sampler.lodThreshold; local
2203 bool magnified = lod <= sampler.lodThreshold; local
2243 bool magnified = lod <= sampler.lodThreshold; local
2283 bool magnified = lod <= sampler.lodThreshold; local
    [all...]

Completed in 137 milliseconds