| /third_party/skia/src/core/ |
| D | SkBitmapProcState_matrixProcs.cpp | 24 static inline bool can_truncate_to_fixed_for_decal(SkFixed fx, in can_truncate_to_fixed_for_decal() 57 static void decal_nofilter_scale(uint32_t dst[], SkFixed fx, SkFixed dx, int count) { in decal_nofilter_scale() 80 SkFractionalInt fx; in nofilter_scale() local 127 SkFractionalInt fx = mapper.fractionalIntX(), in nofilter_affine() local 144 static unsigned extract_low_bits_clamp_clamp(SkFixed fx, int /*max*/) { in extract_low_bits_clamp_clamp() 151 static unsigned extract_low_bits_general(SkFixed fx, int max) { in extract_low_bits_general() 172 SkFractionalInt fx; in filter_scale() local 212 SkFractionalInt fx = mapper.fractionalIntX(), in filter_affine() local 233 static unsigned repeat(SkFixed fx, int max) { in repeat() 237 static unsigned mirror(SkFixed fx, int max) { in mirror() [all …]
|
| /third_party/flutter/skia/src/core/ |
| D | SkBitmapProcState_matrixProcs.cpp | 31 static inline bool can_truncate_to_fixed_for_decal(SkFixed fx, in can_truncate_to_fixed_for_decal() 64 static void decal_nofilter_scale(uint32_t dst[], SkFixed fx, SkFixed dx, int count) { in decal_nofilter_scale() 88 SkFractionalInt fx; in nofilter_scale() local 129 static unsigned extract_low_bits_clamp(SkFixed fx, int /*max*/) { in extract_low_bits_clamp() 134 static unsigned extract_low_bits_repeat_mirror(SkFixed fx, int max) { in extract_low_bits_repeat_mirror() 155 SkFractionalInt fx; in filter_scale() local 193 static unsigned clamp(SkFixed fx, int max) { in clamp() 196 static unsigned repeat(SkFixed fx, int max) { in repeat() 200 static unsigned mirror(SkFixed fx, int max) { in mirror() 220 static void decal_nofilter_scale_neon(uint32_t dst[], SkFixed fx, SkFixed dx, int count) { in decal_nofilter_scale_neon() [all …]
|
| /third_party/flutter/skia/bench/ |
| D | InterpBench.cpp | 62 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 81 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 112 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 132 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 150 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
|
| /third_party/skia/bench/ |
| D | InterpBench.cpp | 62 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 81 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 112 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 132 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 150 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
|
| /third_party/skia/src/shaders/gradients/ |
| D | Sk4fLinearGradient.cpp | 54 SkScalar pinFx<SkTileMode::kClamp>(SkScalar fx) { in pinFx() 59 SkScalar pinFx<SkTileMode::kRepeat>(SkScalar fx) { in pinFx() 70 SkScalar pinFx<SkTileMode::kMirror>(SkScalar fx) { in pinFx() 217 const SkScalar fx = pinFx<tileMode>(pt.x()); in shadeSpanInternal() local 265 SkScalar fx, in LinearIntervalProcessor()
|
| /third_party/flutter/skia/src/shaders/gradients/ |
| D | Sk4fLinearGradient.cpp | 53 SkScalar pinFx<SkTileMode::kClamp>(SkScalar fx) { in pinFx() 58 SkScalar pinFx<SkTileMode::kRepeat>(SkScalar fx) { in pinFx() 69 SkScalar pinFx<SkTileMode::kMirror>(SkScalar fx) { in pinFx() 216 const SkScalar fx = pinFx<tileMode>(pt.x()); in shadeSpanInternal() local 264 SkScalar fx, in LinearIntervalProcessor()
|
| /third_party/skia/tests/ |
| D | SkGlyphBufferTest.cpp | 30 float fx = x * step; in DEF_TEST() local 47 float fx = x * step, fy = y * step; in DEF_TEST() local 64 float fx = x * step, fy = y * step; in DEF_TEST() local 86 float fx = x * step + kLargeDistance, fy = y * step + kLargeDistance; in DEF_TEST() local
|
| D | PathOpsSimplifyTrianglesThreadedTest.cpp | 31 int fx = f & 0x03; in testSimplifyTrianglesMain() local
|
| D | PathOpsSimplifyQuadThreadedTest.cpp | 30 int fx = f & 0x03; in testSimplifyQuadsMain() local
|
| D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 30 int fx = f & 0x03; in testSimplifyQuadralateralsMain() local
|
| D | PathOpsSimplifyDegenerateThreadedTest.cpp | 27 int fx = f & 0x03; in testSimplifyDegeneratesMain() local
|
| /third_party/flutter/skia/experimental/svg/model/ |
| D | SkSVGRadialGradient.cpp | 27 void SkSVGRadialGradient::setFx(const SkSVGLength& fx) { in setFx() 53 if (const auto* fx = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fPrimitiveRestartTests.cpp | 292 float fx = -1.0f + 2.0f * ((float)col + 0.5f) / (float)numRows; in init() local 328 … float fx = centerX + 0.9f * deFloatCos((float)i*2.0f*DE_PI / (float)numVertices) / (float)numCols; in init() local 359 float fx = -0.9f + 1.8f * (float)(i/2*2) / numStrips; in init() local 400 …float fx = centerX + 0.9f * deFloatCos((float)i*2.0f*DE_PI / (float)numArcVertices) / (float)numCo… in init() local 431 float fx = -0.9f + 1.8f * ((float)(i/3) + (i%3 == 2 ? 0.8f : 0.0f)) * 3 / numRows; in init() local
|
| /third_party/ltp/tools/sparse/sparse-src/validation/mem2reg/ |
| D | missing-return.c | 13 int fx(int p) in fx() function
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | PathRenderingTest.cpp | 766 GLint fx = kFillCoords[i]; in verifyTestPatternFill() local 771 void verifyTestPatternBg(GLfloat fx, GLfloat fy) in verifyTestPatternBg() 787 void verifyTestPatternStroke(GLfloat fx, GLfloat fy) in verifyTestPatternStroke() 1379 const float fx = kFillCoords[k]; in TEST_P() local 1466 const float fx = kFillCoords[k]; in TEST_P() local 1799 const float fx = kFillCoords[k]; in TEST_P() local 1899 const float fx = kFillCoords[k]; in TEST_P() local
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| D | sp_quad_depth_test_tmp.h | 56 const float fx = (float) ix; in NAME() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
| D | ShaderVariable_test.cpp | 193 Varying fx; in TEST() local 417 Varying fx; in TEST() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
| D | ShaderVariable_test.cpp | 193 ShaderVariable fx; in TEST() local 417 ShaderVariable fx; in TEST() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_scale_cuda_bicubic.cu | 103 float fx = xi - px; in Subsample_Bicubic() local 146 float fx = xi - px; in Subsample_FastBicubic() local
|
| /third_party/ffmpeg/libavdevice/ |
| D | dshow_common.c | 180 WAVEFORMATEX *fx = (void *) type->pbFormat; in ff_print_AM_MEDIA_TYPE() local
|
| /third_party/skia/tools/ |
| D | blob_cache_sim.cpp | 44 SkFixed fx = (SkScalarToFixed(offset.x()) >> 13) & 7; in main() local
|
| /third_party/flutter/skia/tests/ |
| D | PathOpsSimplifyTrianglesThreadedTest.cpp | 31 int fx = f & 0x03; in testSimplifyTrianglesMain() local
|
| D | PathOpsSimplifyQuadThreadedTest.cpp | 30 int fx = f & 0x03; in testSimplifyQuadsMain() local
|
| D | PathOpsSimplifyDegenerateThreadedTest.cpp | 27 int fx = f & 0x03; in testSimplifyDegeneratesMain() local
|
| D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 30 int fx = f & 0x03; in testSimplifyQuadralateralsMain() local
|