HomeSort by relevance Sort by last modified time
    Searched defs:fDeviceContext (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/include/gpu/gl/
SkNativeGLContext.h 102 HDC fDeviceContext;
  /external/chromium_org/third_party/skia/platform_tools/nacl/src/
nacl_hello.cpp 74 fDeviceContext.PaintImageData(fImage, pp::Point(0, 0));
77 fDeviceContext.Flush(pp::CompletionCallback(&FlushCallback, this));
93 fDeviceContext = pp::Graphics2D(this, pp::Size(fWidth, fHeight), false);
94 if (!BindGraphics(fDeviceContext)) {
120 pp::Graphics2D fDeviceContext;
nacl_debugger.cpp 142 fDeviceContext.PaintImageData(fImage, pp::Point(0, 0));
145 fDeviceContext.Flush(pp::CompletionCallback(&FlushCallback, this));
162 fDeviceContext = pp::Graphics2D(this, pp::Size(fWidth, fHeight), false);
163 if (!BindGraphics(fDeviceContext)) {
189 pp::Graphics2D fDeviceContext;

Completed in 2130 milliseconds