HomeSort by relevance Sort by last modified time
    Searched full:finfo (Results 1 - 25 of 249) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/skia/src/core/
SkBBHFactory.cpp 34 SkASSERT(fInfo.fMargin.width() >= 0);
35 SkASSERT(fInfo.fMargin.height() >= 0);
40 int xTileCount = (width + fInfo.fTileInterval.width() - 1) / fInfo.fTileInterval.width();
41 int yTileCount = (height + fInfo.fTileInterval.height() - 1) / fInfo.fTileInterval.height();
42 return SkNEW_ARGS(SkTileGrid, (xTileCount, yTileCount, fInfo,
SkTileGrid.cpp 15 fInfo = info;
18 fInfo.fMargin.fHeight++;
19 fInfo.fMargin.fWidth++;
22 fGridBounds = SkIRect::MakeXYWH(0, 0, fInfo.fTileInterval.width() * fXTileCount,
23 fInfo.fTileInterval.height() * fYTileCount);
43 dilatedBounds.outset(fInfo.fMargin.width(), fInfo.fMargin.height());
44 dilatedBounds.offset(fInfo.fOffset);
51 int minTileX = SkMax32(SkMin32(dilatedBounds.left() / fInfo.fTileInterval.width(),
53 int maxTileX = SkMax32(SkMin32((dilatedBounds.right() - 1) / fInfo.fTileInterval.width()
    [all...]
  /external/skia/src/core/
SkBBHFactory.cpp 34 SkASSERT(fInfo.fMargin.width() >= 0);
35 SkASSERT(fInfo.fMargin.height() >= 0);
40 int xTileCount = (width + fInfo.fTileInterval.width() - 1) / fInfo.fTileInterval.width();
41 int yTileCount = (height + fInfo.fTileInterval.height() - 1) / fInfo.fTileInterval.height();
42 return SkNEW_ARGS(SkTileGrid, (xTileCount, yTileCount, fInfo,
SkTileGrid.cpp 15 fInfo = info;
18 fInfo.fMargin.fHeight++;
19 fInfo.fMargin.fWidth++;
22 fGridBounds = SkIRect::MakeXYWH(0, 0, fInfo.fTileInterval.width() * fXTileCount,
23 fInfo.fTileInterval.height() * fYTileCount);
43 dilatedBounds.outset(fInfo.fMargin.width(), fInfo.fMargin.height());
44 dilatedBounds.offset(fInfo.fOffset);
51 int minTileX = SkMax32(SkMin32(dilatedBounds.left() / fInfo.fTileInterval.width(),
53 int maxTileX = SkMax32(SkMin32((dilatedBounds.right() - 1) / fInfo.fTileInterval.width()
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkMovie.cpp 18 fInfo.fDuration = UNINITIALIZED_MSEC; // uninitialized
25 if (fInfo.fDuration == UNINITIALIZED_MSEC && !this->onGetInfo(&fInfo))
26 memset(&fInfo, 0, sizeof(fInfo)); // failure
32 return fInfo.fDuration;
38 return fInfo.fWidth;
44 return fInfo.fHeight;
50 return fInfo.fIsOpaque;
  /external/skia/src/images/
SkMovie.cpp 18 fInfo.fDuration = UNINITIALIZED_MSEC; // uninitialized
25 if (fInfo.fDuration == UNINITIALIZED_MSEC && !this->onGetInfo(&fInfo))
26 memset(&fInfo, 0, sizeof(fInfo)); // failure
32 return fInfo.fDuration;
38 return fInfo.fWidth;
44 return fInfo.fHeight;
50 return fInfo.fIsOpaque;
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.cpp 27 fInfo.deleteAll();
87 fInfo.push(SkObjectParser::CustomTextToString("No Parameters"));
202 fInfo.push(SkObjectParser::PathToString(path));
203 fInfo.push(SkObjectParser::RegionOpToString(op));
204 fInfo.push(SkObjectParser::BoolToString(doAA));
221 fInfo.push(SkObjectParser::RegionToString(region));
222 fInfo.push(SkObjectParser::RegionOpToString(op));
235 fInfo.push(SkObjectParser::RectToString(rect));
236 fInfo.push(SkObjectParser::RegionOpToString(op));
237 fInfo.push(SkObjectParser::BoolToString(doAA))
    [all...]
  /external/skia/src/utils/debugger/
SkDrawCommand.cpp 27 fInfo.deleteAll();
87 fInfo.push(SkObjectParser::CustomTextToString("No Parameters"));
202 fInfo.push(SkObjectParser::PathToString(path));
203 fInfo.push(SkObjectParser::RegionOpToString(op));
204 fInfo.push(SkObjectParser::BoolToString(doAA));
221 fInfo.push(SkObjectParser::RegionToString(region));
222 fInfo.push(SkObjectParser::RegionOpToString(op));
235 fInfo.push(SkObjectParser::RectToString(rect));
236 fInfo.push(SkObjectParser::RegionOpToString(op));
237 fInfo.push(SkObjectParser::BoolToString(doAA))
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkLayerDrawLooper.cpp 141 ApplyInfo(paint, fCurrRec->fPaint, fCurrRec->fInfo);
144 if (fCurrRec->fInfo.fPostTranslate) {
145 postTranslate(canvas, fCurrRec->fInfo.fOffset.fX,
146 fCurrRec->fInfo.fOffset.fY);
148 canvas->translate(fCurrRec->fInfo.fOffset.fX,
149 fCurrRec->fInfo.fOffset.fY);
163 if ((rec->fInfo.fPaintBits & ~kMaskFilter_Bit)) {
166 if (SkXfermode::kSrc_Mode != rec->fInfo.fColorMode) {
180 if (rec->fInfo.fPaintBits) {
183 if (SkXfermode::kDst_Mode != rec->fInfo.fColorMode)
    [all...]
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 141 ApplyInfo(paint, fCurrRec->fPaint, fCurrRec->fInfo);
144 if (fCurrRec->fInfo.fPostTranslate) {
145 postTranslate(canvas, fCurrRec->fInfo.fOffset.fX,
146 fCurrRec->fInfo.fOffset.fY);
148 canvas->translate(fCurrRec->fInfo.fOffset.fX,
149 fCurrRec->fInfo.fOffset.fY);
163 if ((rec->fInfo.fPaintBits & ~kMaskFilter_Bit)) {
166 if (SkXfermode::kSrc_Mode != rec->fInfo.fColorMode) {
180 if (rec->fInfo.fPaintBits) {
183 if (SkXfermode::kDst_Mode != rec->fInfo.fColorMode)
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayScreenplay.cpp 14 const SkMemberInfo SkDisplayScreenplay::fInfo[] = {
SkPathParts.cpp 38 const SkMemberInfo SkMoveTo::fInfo[] = {
59 const SkMemberInfo SkRMoveTo::fInfo[] = {
76 const SkMemberInfo SkLineTo::fInfo[] = {
97 const SkMemberInfo SkRLineTo::fInfo[] = {
114 const SkMemberInfo SkQuadTo::fInfo[] = {
137 const SkMemberInfo SkRQuadTo::fInfo[] = {
154 const SkMemberInfo SkCubicTo::fInfo[] = {
179 const SkMemberInfo SkRCubicTo::fInfo[] = {
203 const SkMemberInfo SkAddGeom::fInfo[] = {
216 const SkMemberInfo SkAddRect::fInfo[] =
    [all...]
SkDrawPoint.cpp 17 const SkMemberInfo Sk_Point::fInfo[] = {
28 const SkMemberInfo SkDrawPoint::fInfo[] = {
SkDrawBlur.cpp 14 const SkMemberInfo SkDrawBlur::fInfo[] = {
SkDrawOval.cpp 16 const SkMemberInfo SkOval::fInfo[] = {
  /external/skia/src/animator/
SkDisplayScreenplay.cpp 14 const SkMemberInfo SkDisplayScreenplay::fInfo[] = {
SkPathParts.cpp 38 const SkMemberInfo SkMoveTo::fInfo[] = {
59 const SkMemberInfo SkRMoveTo::fInfo[] = {
76 const SkMemberInfo SkLineTo::fInfo[] = {
97 const SkMemberInfo SkRLineTo::fInfo[] = {
114 const SkMemberInfo SkQuadTo::fInfo[] = {
137 const SkMemberInfo SkRQuadTo::fInfo[] = {
154 const SkMemberInfo SkCubicTo::fInfo[] = {
179 const SkMemberInfo SkRCubicTo::fInfo[] = {
203 const SkMemberInfo SkAddGeom::fInfo[] = {
216 const SkMemberInfo SkAddRect::fInfo[] =
    [all...]
SkDrawPoint.cpp 17 const SkMemberInfo Sk_Point::fInfo[] = {
28 const SkMemberInfo SkDrawPoint::fInfo[] = {
SkDrawBlur.cpp 14 const SkMemberInfo SkDrawBlur::fInfo[] = {
SkDrawOval.cpp 16 const SkMemberInfo SkOval::fInfo[] = {
  /external/chromium_org/third_party/skia/src/gpu/
GrPictureUtils.cpp 36 fInfo.fValid = true;
37 fInfo.fSize.set(width, height);
38 fInfo.fPaint = NULL;
39 fInfo.fSaveLayerOpID = fPicture->EXPERIMENTAL_curOpID();
40 fInfo.fRestoreOpID = 0;
41 fInfo.fHasNestedLayers = false;
42 fInfo.fIsNested = (2 == fSaveLayerDepth);
44 fEmptyBitmap.setInfo(SkImageInfo::MakeUnknown(fInfo.fSize.fWidth, fInfo.fSize.fHeight));
126 device->fInfo.fRestoreOpID = fPicture->EXPERIMENTAL_curOpID()
    [all...]
  /external/skia/src/gpu/
GrPictureUtils.cpp 36 fInfo.fValid = true;
37 fInfo.fSize.set(width, height);
38 fInfo.fPaint = NULL;
39 fInfo.fSaveLayerOpID = fPicture->EXPERIMENTAL_curOpID();
40 fInfo.fRestoreOpID = 0;
41 fInfo.fHasNestedLayers = false;
42 fInfo.fIsNested = (2 == fSaveLayerDepth);
44 fEmptyBitmap.setInfo(SkImageInfo::MakeUnknown(fInfo.fSize.fWidth, fInfo.fSize.fHeight));
126 device->fInfo.fRestoreOpID = fPicture->EXPERIMENTAL_curOpID()
    [all...]
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
testdata.cpp 14 fInfo(NULL),
26 if(fInfo != NULL) {
27 delete fInfo;
72 fInfo = new RBDataMap(info, status);
93 if(fInfo) {
94 info = fInfo;
  /external/icu/icu4c/source/tools/ctestfw/
testdata.cpp 14 fInfo(NULL),
26 if(fInfo != NULL) {
27 delete fInfo;
72 fInfo = new RBDataMap(info, status);
93 if(fInfo) {
94 info = fInfo;
  /external/doclava/src/com/google/doclava/
FieldInfo.java 422 public boolean isConsistent(FieldInfo fInfo) {
424 if (!mType.equals(fInfo.mType)) {
425 Errors.error(Errors.CHANGED_TYPE, fInfo.position(), "Field " + fInfo.qualifiedName()
428 } else if (!this.valueEquals(fInfo)) {
429 Errors.error(Errors.CHANGED_VALUE, fInfo.position(), "Field " + fInfo.qualifiedName()
430 + " has changed value from " + mConstantValue + " to " + fInfo.mConstantValue);
434 if (!scope().equals(fInfo.scope())) {
435 Errors.error(Errors.CHANGED_SCOPE, fInfo.position(), "Method " + fInfo.qualifiedName(
    [all...]

Completed in 2429 milliseconds

1 2 3 4 5 6 7 8 910