Searched defs:DRMRect (Results 1 – 5 of 5) sorted by relevance
179 struct DRMRect { struct180 uint32_t left; // Left-most pixel coordinate.181 uint32_t top; // Top-most pixel coordinate.182 uint32_t right; // Right-most pixel coordinate.183 uint32_t bottom; // Bottom-most pixel coordinate.
201 struct DRMRect { struct202 uint32_t left; // Left-most pixel coordinate.203 uint32_t top; // Top-most pixel coordinate.204 uint32_t right; // Right-most pixel coordinate.205 uint32_t bottom; // Bottom-most pixel coordinate.
390 struct DRMRect { struct391 uint32_t left; // Left-most pixel coordinate.392 uint32_t top; // Top-most pixel coordinate.393 uint32_t right; // Right-most pixel coordinate.394 uint32_t bottom; // Bottom-most pixel coordinate.
439 struct DRMRect { struct440 uint32_t left; // Left-most pixel coordinate.441 uint32_t top; // Top-most pixel coordinate.442 uint32_t right; // Right-most pixel coordinate.443 uint32_t bottom; // Bottom-most pixel coordinate.