Searched defs:fBBox (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/samplecode/
H A DSamplePictFile.cpp37 , fBBox(kNo_BBoxType)
64 switch (fBBox) {
86 fBBox = (BBoxType)((fBBox + 1) % kBBoxTypeCount);
93 SkASSERT(static_cast<int>(fBBox) < kBBoxTypeCount);
94 SkPicture** picture = fPictures + fBBox;
97 *picture = LoadPicture(fFilename.c_str(), fBBox);
116 BBoxType fBBox; member in class:PictFileView
/external/skia/samplecode/
H A DSamplePictFile.cpp37 , fBBox(kNo_BBoxType)
64 switch (fBBox) {
89 fBBox = (BBoxType)((fBBox + 1) % kBBoxTypeCount);
96 SkASSERT(static_cast<int>(fBBox) < kBBoxTypeCount);
97 SkPicture** picture = fPictures + fBBox;
100 *picture = LoadPicture(fFilename.c_str(), fBBox);
120 BBoxType fBBox; member in class:PictFileView
/external/chromium_org/third_party/skia/include/core/
H A DSkAdvancedTypefaceMetrics.h75 SkIRect fBBox; // The bounding box of all glyphs (in font units). member in class:SkAdvancedTypefaceMetrics
/external/skia/include/core/
H A DSkAdvancedTypefaceMetrics.h75 SkIRect fBBox; // The bounding box of all glyphs (in font units). member in class:SkAdvancedTypefaceMetrics
/external/skia/src/pdf/
H A DSkPDFShader.cpp479 SkIRect fBBox; member in class:SkPDFShader::State
753 bbox.set(fState.get()->fBBox);
775 bbox.set(fState.get()->fBBox);
907 bbox.set(fState.get()->fBBox);
965 deviceBounds.set(fState.get()->fBBox);
1190 fBBox != b.fBBox) {
1243 fBBox(bbox),
1273 fBBox(other.fBBox)
[all...]
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFShader.cpp479 SkIRect fBBox; member in class:SkPDFShader::State
753 bbox.set(fState.get()->fBBox);
775 bbox.set(fState.get()->fBBox);
907 bbox.set(fState.get()->fBBox);
965 deviceBounds.set(fState.get()->fBBox);
1186 fBBox != b.fBBox) {
1239 fBBox(bbox),
1269 fBBox(other.fBBox)
[all...]

Completed in 858 milliseconds