Home
last modified time | relevance | path

Searched refs:screenWidth (Results 1 – 25 of 26) sorted by relevance

12

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/layer-add-surfaces/src/
Dlayer-add-surfaces.c34 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/
DSamplePathText.cpp95 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/
Dmain.mm39 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/
Dcommon.cpp135 t_ilm_uint screenWidth = 0; in captureSceneData() local
138 ilmErrorTypes callResult = ilm_getScreenResolution(0, &screenWidth, &screenHeight); in captureSceneData()
146 scene.screenWidth = screenWidth; in captureSceneData()
Dprint.cpp99 cout << prefix << "- resolution: x=" << screenProperties.screenWidth << ", y=" in printScreenProperties()
Dsceneio.cpp100 pIlmdisplay->set("width", sceneStruct.screenWidth); in captureSceneData()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/
Dscene.dart19 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/
DWLEyes.h72 WLEyes(int screenWidth, int screenHeight);
/third_party/skia/third_party/externals/libgifcodec/
DSkLibGifCodec.cpp85 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/
DSkGifCodec.cpp87 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()
DSkFrameHolder.h177 int screenWidth() const { return fScreenWidth; } in screenWidth() function
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/
Dexpanding_bottom_sheet.dart153 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/
DSkottieActivity.java79 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/
DSkottieActivity.java75 int screenWidth = size.x; in populateGrid() local
83 mCellWidth = screenWidth / mColumnCount; in populateGrid()
/third_party/skia/src/codec/
DSkFrameHolder.h182 int screenWidth() const { return fScreenWidth; } in screenWidth() function
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLEyes.cpp284 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/
Dilm_types.h230 t_ilm_uint screenWidth; /*!< width value of screen in pixels */ member
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/
DLMControl.h56 t_ilm_uint screenWidth; member
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dtext_test.dart600 const double screenWidth = 800.0;
605 expect(textSizeParent.width, equals(screenWidth));
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dilm_control_wayland_platform.c176 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/
Dviewport_test.dart662 const double screenWidth = 400.0;
667 tester.binding.window.physicalSizeTestValue = const Size(screenWidth, screenHeight);
/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/
Dilm_control_test.cpp654 EXPECT_GT(screenProperties.screenWidth, 0u); in TEST_F()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderRenderCase.cpp153 QuadGrid(int gridSize, int screenWidth, int screenHeight, const Vec4& constCoords,
/third_party/vk-gl-cts/modules/glshared/
DglsShaderRenderCase.cpp137 …QuadGrid (int gridSize, int screenWidth, int screenHeight, const Vec4& constCoords, const vecto…
/third_party/mesa3d/docs/_extra/specs/OLD/
DEGL_MESA_screen_surface.txt454 [0, surfaceWidth - screenWidth] and [0, surfaceHeight - screenHeight],

12