Home | History | Annotate | Download | only in resources

Lines Matching defs:pixels

140   // Update pixels from image, copying source_rect (in image) to dest_offset (in
347 // Asynchronously update pixels from acquired pixel buffer.
372 // Copy pixels from source to destination.
396 Resource(uint8_t* pixels,
410 // Pixel buffer used for set pixels without unnecessary copying.
412 // Query used to determine when asynchronous set pixels complete.
418 uint8_t* pixels;
601 // set resource pixels without performing unnecessary copying.
613 // Maps the acquired image so that its pixels could be modified.
614 // Unmap is called when all pixels are set.