Searched refs:BBoxType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/samplecode/
H A DSamplePictFile.cpp86 fBBox = (BBoxType)((fBBox + 1) % kBBoxTypeCount);
105 enum BBoxType { enum in class:PictFileView
116 BBoxType fBBox;
119 SkPicture* LoadPicture(const char path[], BBoxType bbox) {
/external/skia/samplecode/
H A DSamplePictFile.cpp89 fBBox = (BBoxType)((fBBox + 1) % kBBoxTypeCount);
108 enum BBoxType { enum in class:PictFileView
120 BBoxType fBBox;
123 SkPicture* LoadPicture(const char path[], BBoxType bbox) {
/external/chromium_org/third_party/skia/tools/
H A Dbbh_shootout.cpp20 typedef sk_tools::PictureRenderer::BBoxHierarchyType BBoxType; typedef
63 BBoxType bBoxType,
114 do_benchmark_work(&playbackRenderer, (BBoxType)bBoxType,
126 do_benchmark_work(&recordRenderer, (BBoxType)bBoxType,
/external/skia/tools/
H A Dbbh_shootout.cpp20 typedef sk_tools::PictureRenderer::BBoxHierarchyType BBoxType; typedef
64 BBoxType bBoxType,
110 do_benchmark_work(&playbackRenderer, (BBoxType)bBoxType,
117 do_benchmark_work(&recordRenderer, (BBoxType)bBoxType,

Completed in 1988 milliseconds