Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/libs/hwui/
DPatch.cpp81 const float fixed = bitmapWidth - stretchSize; in Patch() local
82 const float xStretch = std::max(width - fixed, 0.0f); in Patch()
84 rescaleX = fixed == 0.0f ? 0.0f : std::min(std::max(width, 0.0f) / fixed, 1.0f); in Patch()
93 const float fixed = bitmapHeight - stretchSize; in Patch() local
94 const float yStretch = std::max(height - fixed, 0.0f); in Patch()
96 rescaleY = fixed == 0.0f ? 0.0f : std::min(std::max(height, 0.0f) / fixed, 1.0f); in Patch()
DOpDumper.cpp39 output << std::fixed << std::setprecision(0) in dump()
DRenderProperties.cpp106 output << std::fixed << std::setprecision(2); in dumpMatrix()
123 output << std::fixed << std::setprecision(2); in debugOutputProperties()
/frameworks/rs/script_api/
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 function
Drs_value_types.spec32 RenderScript supports fixed size vectors of length 2, 3, and 4.
/frameworks/base/libs/hwui/utils/
DStringUtils.h53 stream << std::fixed << std::setprecision(2) << temp << SUFFIXES[suffix];
/frameworks/support/v17/leanback/
Dbuild.gradle40 // Remove this once all NewApi breakages have been fixed.
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dlog_helpers.h35 out << std::setfill(' ') << std::setprecision(4) << std::fixed
/frameworks/base/tests/LegacyRestoreTest/
DREADME12 The file "kk-fixed-encrypted-settings-abcd.ab" is a similar encrypted "adb backup"
/frameworks/base/services/core/java/com/android/server/pm/
DDefaultPermissionGrantPolicy.java1055 permissionGrant.fixed, userId); in grantDefaultPermissionExceptions()
1183 final boolean fixed = XmlUtils.readBooleanAttribute(parser, ATTR_FIXED); in parsePermission()
1185 DefaultPermissionGrant exception = new DefaultPermissionGrant(name, fixed); in parsePermission()
1199 final boolean fixed; field in DefaultPermissionGrantPolicy.DefaultPermissionGrant
1201 public DefaultPermissionGrant(String name, boolean fixed) { in DefaultPermissionGrant() argument
1203 this.fixed = fixed; in DefaultPermissionGrant()
/frameworks/support/v7/preference/
Dbuild.gradle52 // Remove this once all NewApi breakages have been fixed.
/frameworks/rs/script_api/include/
Drs_graphics.rsh1182 * rsgProgramFragmentConstantColor: Set the constant color for a fixed function emulation program
1186 * Set the constant color for a fixed function emulation program.
1200 …* rsgProgramVertexGetProjectionMatrix: Get the projection matrix for a fixed function vertex progr…
1204 * Get the projection matrix for a currently bound fixed function
1223 * rsgProgramVertexLoadModelMatrix: Load the model matrix for a bound fixed function vertex program
1227 * Load the model matrix for a currently bound fixed function
1246 …* rsgProgramVertexLoadProjectionMatrix: Load the projection matrix for a bound fixed function vert…
1250 * Load the projection matrix for a currently bound fixed function
1269 …* rsgProgramVertexLoadTextureMatrix: Load the texture matrix for a bound fixed function vertex pro…
1273 * Load the texture matrix for a currently bound fixed function
Drs_object_info.rsh52 * Elements can specify fixed size vector (of size 2, 3, or 4) versions of the basic types.
266 * is different than fixed size vectors.
Drs_value_types.rsh34 * RenderScript supports fixed size vectors of length 2, 3, and 4.
83 * RenderScript supports fixed size square matrices of floats of size 2x2, 3x3, and 4x4.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DEventLogTags.logtags44 # and STATE_OUT_OF_SERVICE in "network_to". To avoid confusion, the fixed version
/frameworks/native/opengl/libs/
DAndroid.bp136 // TODO: This is to work around b/20093774. Remove after root cause is fixed
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp848 std::cerr << std::fixed << "Thread " << benchmark_result.thread_id in ClientCommand()
961 std::cerr << std::fixed << "Total throughput over " << total_threads in ClientCommand()
982 std::cout << total_time_ns << " " << std::fixed << std::setprecision(9) in ClientCommand()
983 << average_sample_time_s << " " << std::fixed in ClientCommand()
/frameworks/native/libs/vr/libpdx/
Dencoder_performance_test.cpp352 std::cout << std::fixed << std::setprecision(3) in RunTests()
375 std::cout << std::fixed << std::setprecision(3) in RunTests()
/frameworks/native/vulkan/api/templates/
Dvulkan_common.tmpl124 Emits the fixed-size-array postfix for pseudonym types annotated with @array
Dvk_xml.tmpl420 Emits the fixed-size-array postfix for pseudonym types annotated with @array
/frameworks/native/cmds/flatland/
DREADME.txt18 fixed or eliminated for production devices).
/frameworks/base/packages/SystemUI/docs/
Ddemo_mode.md2 *Demo mode for the status bar allows you to force the status bar into a fixed state, useful for tak…
/frameworks/native/opengl/libagl/
Dtexture.cpp981 GGLfixed fixed[4]; in glTexEnvfv() local
983 fixed[i] = gglFloatToFixed(params[i]); in glTexEnvfv()
984 c->rasterizer.procs.texEnvxv(c, target, pname, fixed); in glTexEnvfv()
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md120 never executed. This can be fixed by executing
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Dpred_lt4_1_opt.s49 NOP @space for fixed up relative address of ADR

12