HomeSort by relevance Sort by last modified time
    Searched refs:SkBackEndTypes (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Android.h 22 enum SkBackEndTypes {
32 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info);
SkOSWindow_NaCl.h 22 enum SkBackEndTypes {
32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) {
SkOSWindow_iOS.h 19 enum SkBackEndTypes {
30 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
SkOSWindow_Mac.h 22 enum SkBackEndTypes {
35 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
SkOSWindow_Unix.h 36 enum SkBackEndTypes {
46 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
SkOSWindow_Win.h 30 enum SkBackEndTypes {
45 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
84 SkBackEndTypes fAttached;
  /external/skia/include/views/
SkOSWindow_Android.h 22 enum SkBackEndTypes {
32 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info);
SkOSWindow_NaCl.h 22 enum SkBackEndTypes {
32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) {
SkOSWindow_iOS.h 19 enum SkBackEndTypes {
30 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
SkOSWindow_Mac.h 22 enum SkBackEndTypes {
35 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
SkOSWindow_Unix.h 36 enum SkBackEndTypes {
46 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
SkOSWindow_Win.h 30 enum SkBackEndTypes {
45 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
84 SkBackEndTypes fAttached;
  /external/chromium_org/third_party/skia/src/views/mac/
SkNSView.h 49 - (bool)attach:(SkOSWindow::SkBackEndTypes)attachType withMSAASampleCount:(int) sampleCount andGetInfo:(SkOSWindow::AttachmentInfo*) info;
SkOSWindow_Mac.mm 68 bool SkOSWindow::attach(SkBackEndTypes attachType, int sampleCount, AttachmentInfo* info) {
SkNSView.mm 379 - (bool)attach:(SkOSWindow::SkBackEndTypes)attachType
SkOSWindow_Mac.cpp 502 bool SkOSWindow::attach(SkBackEndTypes /* attachType */)
  /external/skia/src/views/mac/
SkNSView.h 49 - (bool)attach:(SkOSWindow::SkBackEndTypes)attachType withMSAASampleCount:(int) sampleCount andGetInfo:(SkOSWindow::AttachmentInfo*) info;
SkOSWindow_Mac.mm 68 bool SkOSWindow::attach(SkBackEndTypes attachType, int sampleCount, AttachmentInfo* info) {
SkOSWindow_Mac.cpp 502 bool SkOSWindow::attach(SkBackEndTypes /* attachType */)
  /external/chromium_org/third_party/skia/platform_tools/android/app/jni/
com_skia_SkiaSampleRenderer.cpp 61 bool SkOSWindow::attach(SkBackEndTypes /* attachType */, int /*msaaSampleCount*/, AttachmentInfo* info)
  /external/skia/platform_tools/android/app/jni/
com_skia_SkiaSampleRenderer.cpp 61 bool SkOSWindow::attach(SkBackEndTypes /* attachType */, int /*msaaSampleCount*/, AttachmentInfo* info)
  /external/chromium_org/third_party/skia/src/views/unix/
SkOSWindow_Unix.cpp 329 bool SkOSWindow::attach(SkBackEndTypes, int msaaSampleCount, AttachmentInfo* info) {
  /external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp 541 bool SkOSWindow::attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info) {
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 319 bool SkOSWindow::attach(SkBackEndTypes, int msaaSampleCount, AttachmentInfo* info) {
  /external/skia/src/views/win/
SkOSWindow_win.cpp 540 bool SkOSWindow::attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info) {

Completed in 722 milliseconds

1 2