Searched refs:fixed (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/libs/hwui/
H A DPatch.cpp81 const float fixed = bitmapWidth - stretchSize; local
82 const float xStretch = std::max(width - fixed, 0.0f);
84 rescaleX = fixed == 0.0f ? 0.0f : std::min(std::max(width, 0.0f) / fixed, 1.0f);
93 const float fixed = bitmapHeight - stretchSize; local
94 const float yStretch = std::max(height - fixed, 0.0f);
96 rescaleY = fixed == 0.0f ? 0.0f : std::min(std::max(height, 0.0f) / fixed, 1.0f);
H A DOpDumper.cpp39 output << std::fixed << std::setprecision(0)
H A DRenderProperties.cpp106 output << std::fixed << std::setprecision(2);
123 output << std::fixed << std::setprecision(2);
/frameworks/base/native/graphics/jni/
H A DAndroid.mk36 # TODO: This is to work around b/24465209. Remove after root cause is fixed
/frameworks/base/libs/hwui/utils/
H A DStringUtils.h53 stream << std::fixed << std::setprecision(2) << temp << SUFFIXES[suffix];
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dlog_helpers.h35 out << std::setfill(' ') << std::setprecision(4) << std::fixed
/frameworks/support/v13/
H A DAndroid.mk33 # android-support-v13, so we need to keep it static until they can be fixed.
/frameworks/support/v4/
H A DAndroid.mk29 # android-support-v4, so we need to keep it static until they can be fixed.
/frameworks/rs/script_api/
H A Drs_graphics.spec788 summary: Set the constant color for a fixed function emulation program
790 Set the constant color for a fixed function emulation program.
800 summary: Get the projection matrix for a fixed function vertex program
802 Get the projection matrix for a currently bound fixed function
814 summary: Load the model matrix for a bound fixed function vertex program
816 Load the model matrix for a currently bound fixed function
828 summary: Load the projection matrix for a bound fixed function vertex program
830 Load the projection matrix for a currently bound fixed function
842 summary: Load the texture matrix for a bound fixed function vertex program
844 Load the texture matrix for a currently bound fixed functio
[all...]
H A Drs_value_types.spec32 RenderScript supports fixed size vectors of length 2, 3, and 4.
81 RenderScript supports fixed size square matrices of floats of size 2x2, 3x3, and 4x4.
/frameworks/base/services/core/java/com/android/server/pm/
H A DDefaultPermissionGrantPolicy.java91 private static final String ATTR_FIXED = "fixed";
979 Log.i(TAG, "Granted " + (systemFixed ? "fixed " : "not fixed ")
998 Log.i(TAG, "Granted not fixed " + permission + " to default handler "
1055 permissionGrant.fixed, userId);
1183 final boolean fixed = XmlUtils.readBooleanAttribute(parser, ATTR_FIXED);
1185 DefaultPermissionGrant exception = new DefaultPermissionGrant(name, fixed);
1199 final boolean fixed; field in class:DefaultPermissionGrantPolicy.DefaultPermissionGrant
1201 public DefaultPermissionGrant(String name, boolean fixed) { argument
1203 this.fixed
[all...]
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp848 std::cerr << std::fixed << "Thread " << benchmark_result.thread_id
961 std::cerr << std::fixed << "Total throughput over " << total_threads
982 std::cout << total_time_ns << " " << std::fixed << std::setprecision(9)
983 << average_sample_time_s << " " << std::fixed
/frameworks/native/libs/vr/libpdx/
H A Dencoder_performance_test.cpp352 std::cout << std::fixed << std::setprecision(3)
375 std::cout << std::fixed << std::setprecision(3)
/frameworks/native/opengl/libagl/
H A Dtexture.cpp981 GGLfixed fixed[4]; local
983 fixed[i] = gglFloatToFixed(params[i]);
984 c->rasterizer.procs.texEnvxv(c, target, pname, fixed);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dpred_lt4_1_opt.s49 NOP @space for fixed up relative address of ADR

Completed in 4311 milliseconds