Searched refs:BBoxType (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/samplecode/ |
D | SamplePictFile.cpp | 86 fBBox = (BBoxType)((fBBox + 1) % kBBoxTypeCount); in onEvent() 105 enum BBoxType { enum in PictFileView 116 BBoxType fBBox; 119 SkPicture* LoadPicture(const char path[], BBoxType bbox) { in LoadPicture()
|
/external/skia/samplecode/ |
D | SamplePictFile.cpp | 89 fBBox = (BBoxType)((fBBox + 1) % kBBoxTypeCount); in onEvent() 108 enum BBoxType { enum in PictFileView 120 BBoxType fBBox; 123 SkPicture* LoadPicture(const char path[], BBoxType bbox) { in LoadPicture()
|
/external/skia/tools/ |
D | bbh_shootout.cpp | 20 typedef sk_tools::PictureRenderer::BBoxHierarchyType BBoxType; typedef 64 BBoxType bBoxType, in do_benchmark_work() 110 do_benchmark_work(&playbackRenderer, (BBoxType)bBoxType, in tool_main() 117 do_benchmark_work(&recordRenderer, (BBoxType)bBoxType, in tool_main()
|
/external/chromium_org/third_party/skia/tools/ |
D | bbh_shootout.cpp | 20 typedef sk_tools::PictureRenderer::BBoxHierarchyType BBoxType; typedef 63 BBoxType bBoxType, in do_benchmark_work() 114 do_benchmark_work(&playbackRenderer, (BBoxType)bBoxType, in tool_main() 126 do_benchmark_work(&recordRenderer, (BBoxType)bBoxType, in tool_main()
|