/third_party/wayland-ivi-extension/ivi-layermanagement-examples/layer-add-surfaces/src/ |
D | layer-add-surfaces.c | 34 t_ilm_uint screenWidth; variable 145 choosen_width = screenProperties.screenWidth; in choose_screen() 150 else if (screenProperties.screenWidth > choosen_width) { in choose_screen() 151 choosen_width = screenProperties.screenWidth; in choose_screen() 157 screenWidth = choosen_width; in choose_screen() 270 ilm_layerCreateWithDimension(&layer, screenWidth, screenHeight); in main() 271 …d-surfaces: layer (%d) destination region: x:0 y:0 w:%u h:%u\n", layer, screenWidth, screenHeight); in main()
|
/third_party/skia/samplecode/ |
D | SamplePathText.cpp | 95 virtual void reset(SkRandom*, int screenWidth, int screenHeight) {} in reset() argument 96 virtual bool animate(double nanos, int screenWidth, int screenHeight) { return false; } in animate() argument 157 void reset(SkRandom* rand, int screenWidth, int screenHeight) override { in reset() argument 158 const SkScalar screensize = static_cast<SkScalar>(std::max(screenWidth, screenHeight)); in reset() 172 this->runAnimationTask(0, 0, screenWidth, screenHeight); in reset() 177 bool animate(double nanos, int screenWidth, int screenHeight) final { in animate() argument 184 dt, screenWidth, screenHeight)); in animate() 265 void reset(SkRandom* rand, int screenWidth, int screenHeight) override { in reset() argument 266 fWaves.reset(*rand, screenWidth, screenHeight); in reset() 267 this->MovingGlyphAnimator::reset(rand, screenWidth, screenHeight); in reset()
|
/third_party/skia/tools/skottie_ios_app/ |
D | main.mm | 39 CGFloat screenWidth = [[UIScreen mainScreen] bounds].size.width; 62 CGFloat height = animSize.width ? (screenWidth * animSize.height / animSize.width) : 0; 63 CGRect frame = {{0, 0}, {screenWidth, height}}; 66 [[[skiaView widthAnchor] constraintEqualToConstant:screenWidth] setActive:true]; 71 [stack setFrame:{{0, 0}, {screenWidth, totalHeight}}];
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/ |
D | common.cpp | 135 t_ilm_uint screenWidth = 0; in captureSceneData() local 138 ilmErrorTypes callResult = ilm_getScreenResolution(0, &screenWidth, &screenHeight); in captureSceneData() 146 scene.screenWidth = screenWidth; in captureSceneData()
|
D | print.cpp | 99 cout << prefix << "- resolution: x=" << screenProperties.screenWidth << ", y=" in printScreenProperties()
|
D | sceneio.cpp | 100 pIlmdisplay->set("width", sceneStruct.screenWidth); in captureSceneData()
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/ |
D | scene.dart | 19 final double screenWidth = html.window.innerWidth.toDouble(); 21 _globalClip = ui.Rect.fromLTRB(0, 0, screenWidth, screenHeight);
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/ |
D | WLEyes.h | 72 WLEyes(int screenWidth, int screenHeight);
|
/third_party/skia/third_party/externals/libgifcodec/ |
D | SkLibGifCodec.cpp | 85 SkASSERT(reader->screenHeight() > 0 && reader->screenWidth() > 0); in MakeFromStream() 92 auto encodedInfo = SkEncodedInfo::Make(reader->screenWidth(), reader->screenHeight(), in MakeFromStream() 241 const int xEnd = std::min(frame->frameRect().right(), fReader->screenWidth()); in initializeSwizzler()
|
/third_party/flutter/skia/src/codec/ |
D | SkGifCodec.cpp | 87 SkASSERT(reader->screenHeight() > 0 && reader->screenWidth() > 0); in MakeFromStream() 94 auto encodedInfo = SkEncodedInfo::Make(reader->screenWidth(), reader->screenHeight(), in MakeFromStream() 236 const int xEnd = std::min(frame->frameRect().right(), fReader->screenWidth()); in initializeSwizzler()
|
D | SkFrameHolder.h | 177 int screenWidth() const { return fScreenWidth; } in screenWidth() function
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/ |
D | expanding_bottom_sheet.dart | 153 Animation<double> _getWidthAnimation(double screenWidth) { 156 return Tween<double>(begin: _width, end: screenWidth).animate( 166 peak: _getPeakPoint(begin: _width, end: screenWidth), 167 end: screenWidth, 332 final double screenWidth = screenSize.width; 336 _widthAnimation = _getWidthAnimation(screenWidth);
|
/third_party/flutter/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
D | SkottieActivity.java | 79 int screenWidth = size.x; in populateGrid() local 87 mCellWidth = screenWidth / mColumnCount; in populateGrid()
|
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
D | SkottieActivity.java | 75 int screenWidth = size.x; in populateGrid() local 83 mCellWidth = screenWidth / mColumnCount; in populateGrid()
|
/third_party/skia/src/codec/ |
D | SkFrameHolder.h | 182 int screenWidth() const { return fScreenWidth; } in screenWidth() function
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/ |
D | WLEyes.cpp | 284 WLEyes::WLEyes(int screenWidth, int screenHeight) in WLEyes() argument 285 : m_width(screenWidth) in WLEyes()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmCommon/include/ |
D | ilm_types.h | 230 t_ilm_uint screenWidth; /*!< width value of screen in pixels */ member
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/ |
D | LMControl.h | 56 t_ilm_uint screenWidth; member
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | text_test.dart | 600 const double screenWidth = 800.0; 605 expect(textSizeParent.width, equals(screenWidth));
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/ |
D | ilm_control_wayland_platform.c | 176 ctx_scrn->prop.screenWidth = height; in output_listener_mode() 179 ctx_scrn->prop.screenWidth = width; in output_listener_mode() 1365 ctx_scrn->prop.screenWidth = 240; in init_control() 1638 *pWidth = ctx_scrn->prop.screenWidth; in ilm_getScreenResolution()
|
/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | viewport_test.dart | 662 const double screenWidth = 400.0; 667 tester.binding.window.physicalSizeTestValue = const Size(screenWidth, screenHeight);
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/ |
D | ilm_control_test.cpp | 654 EXPECT_GT(screenProperties.screenWidth, 0u); in TEST_F()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderRenderCase.cpp | 153 QuadGrid(int gridSize, int screenWidth, int screenHeight, const Vec4& constCoords,
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderRenderCase.cpp | 137 …QuadGrid (int gridSize, int screenWidth, int screenHeight, const Vec4& constCoords, const vecto…
|
/third_party/mesa3d/docs/_extra/specs/OLD/ |
D | EGL_MESA_screen_surface.txt | 454 [0, surfaceWidth - screenWidth] and [0, surfaceHeight - screenHeight],
|