Lines Matching defs:height
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;
487 * Gets the height of the HTML content.
489 * @return the height of the HTML content.
697 * @param height height of the icon.
703 const void** data, size_t& width, size_t& height, ImageColorType& c, ImageAlphaType& alphaType) = 0;
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;
1367 * @param height Request SnapShot height.
1375 int height,
1471 * @param height height.
1474 virtual void ResizeVisibleViewport(uint32_t width, uint32_t height, bool isKeyboard) {}