Lines Matching defs:width
94 virtual bool Handle(const char* buffer, uint32_t width, uint32_t height) = 0;
266 virtual void Resize(uint32_t width, uint32_t height, bool isKeyboard = false) = 0;
696 * @param width width of the icon.
703 const void** data, size_t& width, size_t& height, ImageColorType& c, ImageAlphaType& alphaType) = 0;
708 * @param available width of the icon.
922 * Set the property values for width, height, and keyboard height.
924 virtual void SetVirtualKeyBoardArg(int32_t width, int32_t height, double keyboard) = 0;
935 virtual void SetDrawRect(int32_t x, int32_t y, int32_t width, int32_t height) = 0;
1205 virtual void DragResize(uint32_t width, uint32_t height, uint32_t pre_height, uint32_t pre_width) = 0;
1366 * @param width Request SnapShot width.
1374 int width,
1470 * @param width width.
1474 virtual void ResizeVisibleViewport(uint32_t width, uint32_t height, bool isKeyboard) {}