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

  /external/chromium_org/third_party/skia/tests/
RecordReplaceDrawTest.cpp 44 GrRecordReplaceDraw(record, &canvas, NULL/*bbh*/, &replacements, &callback);
62 GrRecordReplaceDraw(record, &canvas, NULL/*bbh*/, &replacements, NULL/*callback*/);
83 // Test out the layer replacement functionality with and w/o a BBH
103 SkAutoTUnref<SkBBoxHierarchy> bbh; local
107 bbh.reset((factory)(kWidth, kHeight));
108 SkRecordFillBounds(record, bbh);
113 GrRecordReplaceDraw(record, &canvas, bbh, &replacements, NULL/*callback*/);
RecordDrawTest.cpp 42 SkRecordDraw(record, &canvas, NULL/*bbh*/, &callback);
57 SkRecordDraw(record, &canvas, NULL/*bbh*/, NULL/*callback*/);
81 SkRecordDraw(scaleRecord, &translateCanvas, NULL/*bbh*/, NULL/*callback*/);
140 TestBBH bbh; local
141 SkRecordFillBounds(record, &bbh);
143 REPORTER_ASSERT(r, bbh.entries.count() == 5);
144 for (int i = 0; i < bbh.entries.count(); i++) {
145 REPORTER_ASSERT(r, bbh.entries[i].data == (uintptr_t)i);
147 REPORTER_ASSERT(r, sloppy_rect_eq(SkRect::MakeWH(400, 480), bbh.entries[i].bounds));
166 TestBBH bbh; local
253 TestBBH bbh; local
    [all...]
PictureTest.cpp 1913 CountingBBH bbh; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionElementImpl.java 108 int bbh = ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getHeight(); local
111 return bbh - bottom - height;
170 int bbh = ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getHeight(); local
172 bbh -= parseRegionLength(getAttribute(TOP_ATTRIBUTE_NAME), false);
179 bbh -= parseRegionLength(getAttribute(BOTTOM_ATTRIBUTE_NAME), false);
185 return bbh;

Completed in 700 milliseconds