mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
[GMP] Factor out more detailed CheckDimensions function for CreateFrame.
This commit is contained in:
parent
9a6e3bc30d
commit
b848a924bc
2 changed files with 33 additions and 5 deletions
|
|
@ -65,6 +65,9 @@ public:
|
|||
void ResetSize() override;
|
||||
|
||||
private:
|
||||
bool CheckDimensions(int32_t aWidth, int32_t aHeight, int32_t aStride_y,
|
||||
int32_t aStride_u, int32_t aStride_v, int32_t aSize_y,
|
||||
int32_t aSize_u, int32_t aSize_v);
|
||||
bool CheckDimensions(int32_t aWidth, int32_t aHeight,
|
||||
int32_t aStride_y, int32_t aStride_u, int32_t aStride_v);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue