HomeSort by relevance Sort by last modified time
    Searched full:painted_size_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/tests/
test_fullscreen.h 54 pp::Size painted_size_; member in class:TestFullscreen
test_fullscreen.cc 215 painted_size_ = size;
239 pp::ImageData readback(instance_, image_format, painted_size_, false);
248 for (int y = 0; y < painted_size_.height(); y++) {
249 for (int x = 0; x < painted_size_.width(); x++) {

Completed in 3234 milliseconds