/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 …]
|
D | SkScan_Antihair.cpp | 193 SkFixed drawCap(int y, SkFixed fx, SkFixed dx, int mod64) override { in drawCap() 212 SkFixed drawLine(int y, int stopy, SkFixed fx, SkFixed dx) override { in drawLine() 234 SkFixed drawCap(int y, SkFixed fx, SkFixed dx, int mod64) override { in drawCap() 245 SkFixed drawLine(int y, int stopy, SkFixed fx, SkFixed dx) override { in drawLine()
|
/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()
|
D | Sk4fBench.cpp | 68 fx(0.1f), in onDraw() local
|
/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/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 | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 30 int fx = f & 0x03; in testSimplifyQuadralateralsMain() local
|
D | PathOpsSimplifyQuadThreadedTest.cpp | 30 int fx = f & 0x03; in testSimplifyQuadsMain() local
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 27 int fx = f & 0x03; in testSimplifyDegeneratesMain() 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/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_depth_test_tmp.h | 56 const float fx = (float) ix; in NAME() 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/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_cull.c | 71 const float fx = v1[0] - v2[0]; in cull_tri() local
|
D | draw_pipe_offset.c | 82 float fx = v1[0] - v2[0]; in do_offset_tri() local
|
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeArgumentLists/ |
D | instantiationExpressions.ts | 4 declare function fx<T>(x: T): T; function
|
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/ |
D | interfaceExtendsObjectIntersection.ts | 30 declare function fx(x: string): string; function
|
/third_party/ffmpeg/libavcodec/ |
D | motion_est.c | 125 int fx = c->direct_basis_mv[i][0] + hx; in cmp_direct_inline() local 142 int fx = c->direct_basis_mv[0][0] + hx; in cmp_direct_inline() local 1264 #define HASH(fx,fy,bx,by) ((fx)+17*(fy)+63*(bx)+117*(by)) in bidir_refine() argument 1265 #define HASH8(fx,fy,bx,by) ((uint8_t)HASH(fx,fy,bx,by)) in bidir_refine() argument 1316 #define CHECK_BIDIR(fx,fy,bx,by)\ in bidir_refine() argument 1348 int fx= motion_fx+vect[i][0]; in bidir_refine() local
|
/third_party/benchmark/test/ |
D | register_benchmark_test.cc | 124 CustomFixture fx; in TestRegistrationAtRuntime() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/ |
D | fractal.cpp | 184 auto fx = float(x) + (sx / float(samplesPerPixelW)); in main() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_framebuffer.c | 419 float fx = viewport->scale[0] * -1.0f + viewport->translate[0]; in get_viewport_prescale() local
|