Searched refs:fInfo (Results 1 - 25 of 168) sorted by relevance

1234567

/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayScreenplay.cpp14 const SkMemberInfo SkDisplayScreenplay::fInfo[] = { member in class:SkDisplayScreenplay
H A DSkDrawOval.cpp16 const SkMemberInfo SkOval::fInfo[] = { member in class:SkOval
H A DSkDrawPoint.cpp17 const SkMemberInfo Sk_Point::fInfo[] = { member in class:Sk_Point
28 const SkMemberInfo SkDrawPoint::fInfo[] = { member in class:SkDrawPoint
H A DSkDrawBlur.cpp14 const SkMemberInfo SkDrawBlur::fInfo[] = { member in class:SkDrawBlur
H A DSkDrawDash.cpp15 const SkMemberInfo SkDash::fInfo[] = { member in class:SkDash
H A DSkDrawDiscrete.cpp17 const SkMemberInfo SkDiscrete::fInfo[] = { member in class:SkDiscrete
H A DSkHitClear.cpp14 const SkMemberInfo SkHitClear::fInfo[] = { member in class:SkHitClear
/external/skia/src/animator/
H A DSkDisplayScreenplay.cpp14 const SkMemberInfo SkDisplayScreenplay::fInfo[] = { member in class:SkDisplayScreenplay
H A DSkDrawOval.cpp16 const SkMemberInfo SkOval::fInfo[] = { member in class:SkOval
H A DSkDrawPoint.cpp17 const SkMemberInfo Sk_Point::fInfo[] = { member in class:Sk_Point
28 const SkMemberInfo SkDrawPoint::fInfo[] = { member in class:SkDrawPoint
H A DSkDrawBlur.cpp14 const SkMemberInfo SkDrawBlur::fInfo[] = { member in class:SkDrawBlur
/external/chromium_org/third_party/skia/src/images/
H A DSkMovie.cpp18 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/
H A DSkMovie.cpp18 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/core/
H A DSkTileGrid.cpp16 fInfo = info;
19 fInfo.fMargin.fHeight++;
20 fInfo.fMargin.fWidth++;
23 fGridBounds = SkIRect::MakeXYWH(0, 0, fInfo.fTileInterval.width() * fXTileCount,
24 fInfo.fTileInterval.height() * fYTileCount);
40 dilatedBounds.outset(fInfo.fMargin.width(), fInfo.fMargin.height());
41 dilatedBounds.offset(fInfo.fOffset);
48 int minTileX = SkMax32(SkMin32(dilatedBounds.left() / fInfo.fTileInterval.width(),
50 int maxTileX = SkMax32(SkMin32((dilatedBounds.right() - 1) / fInfo
[all...]
H A DSkTileGridPicture.cpp16 fInfo = info;
26 return SkNEW_ARGS(SkTileGrid, (fXTileCount, fYTileCount, fInfo,
/external/skia/src/core/
H A DSkTileGrid.cpp16 fInfo = info;
19 fInfo.fMargin.fHeight++;
20 fInfo.fMargin.fWidth++;
23 fGridBounds = SkIRect::MakeXYWH(0, 0, fInfo.fTileInterval.width() * fXTileCount,
24 fInfo.fTileInterval.height() * fYTileCount);
40 dilatedBounds.outset(fInfo.fMargin.width(), fInfo.fMargin.height());
41 dilatedBounds.offset(fInfo.fOffset);
48 int minTileX = SkMax32(SkMin32(dilatedBounds.left() / fInfo.fTileInterval.width(),
50 int maxTileX = SkMax32(SkMin32((dilatedBounds.right() - 1) / fInfo
[all...]
H A DSkTileGridPicture.cpp16 fInfo = info;
26 return SkNEW_ARGS(SkTileGrid, (fXTileCount, fYTileCount, fInfo,
/external/chromium_org/third_party/skia/src/effects/
H A DSkLayerDrawLooper.cpp45 rec->fInfo = info;
66 rec->fInfo = info;
178 ApplyInfo(paint, fCurrRec->fPaint, fCurrRec->fInfo);
181 if (fCurrRec->fInfo.fPostTranslate) {
182 postTranslate(canvas, fCurrRec->fInfo.fOffset.fX,
183 fCurrRec->fInfo.fOffset.fY);
185 canvas->translate(fCurrRec->fInfo.fOffset.fX, fCurrRec->fInfo.fOffset.fY);
213 buffer.writeInt(rec->fInfo.fFlagsMask);
214 buffer.writeInt(rec->fInfo
[all...]
/external/skia/src/effects/
H A DSkLayerDrawLooper.cpp45 rec->fInfo = info;
66 rec->fInfo = info;
178 ApplyInfo(paint, fCurrRec->fPaint, fCurrRec->fInfo);
181 if (fCurrRec->fInfo.fPostTranslate) {
182 postTranslate(canvas, fCurrRec->fInfo.fOffset.fX,
183 fCurrRec->fInfo.fOffset.fY);
185 canvas->translate(fCurrRec->fInfo.fOffset.fX, fCurrRec->fInfo.fOffset.fY);
213 buffer.writeInt(rec->fInfo.fFlagsMask);
214 buffer.writeInt(rec->fInfo
[all...]
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.cpp25 fInfo.deleteAll();
83 fInfo.push(SkObjectParser::CustomTextToString("No Parameters"));
182 fInfo.push(SkObjectParser::PathToString(path));
183 fInfo.push(SkObjectParser::RegionOpToString(op));
184 fInfo.push(SkObjectParser::BoolToString(doAA));
201 fInfo.push(SkObjectParser::RegionToString(region));
202 fInfo.push(SkObjectParser::RegionOpToString(op));
215 fInfo.push(SkObjectParser::RectToString(rect));
216 fInfo.push(SkObjectParser::RegionOpToString(op));
217 fInfo
[all...]
/external/skia/src/utils/debugger/
H A DSkDrawCommand.cpp25 fInfo.deleteAll();
83 fInfo.push(SkObjectParser::CustomTextToString("No Parameters"));
182 fInfo.push(SkObjectParser::PathToString(path));
183 fInfo.push(SkObjectParser::RegionOpToString(op));
184 fInfo.push(SkObjectParser::BoolToString(doAA));
201 fInfo.push(SkObjectParser::RegionToString(region));
202 fInfo.push(SkObjectParser::RegionOpToString(op));
215 fInfo.push(SkObjectParser::RectToString(rect));
216 fInfo.push(SkObjectParser::RegionOpToString(op));
217 fInfo
[all...]
/external/doclava/src/com/google/doclava/
H A DFieldInfo.java417 public boolean isConsistent(FieldInfo fInfo) { argument
419 if (!mType.equals(fInfo.mType)) {
420 Errors.error(Errors.CHANGED_TYPE, fInfo.position(), "Field " + fInfo.qualifiedName()
423 } else if (!this.valueEquals(fInfo)) {
424 Errors.error(Errors.CHANGED_VALUE, fInfo.position(), "Field " + fInfo.qualifiedName()
425 + " has changed value from " + mConstantValue + " to " + fInfo.mConstantValue);
429 if (!scope().equals(fInfo.scope())) {
430 Errors.error(Errors.CHANGED_SCOPE, fInfo
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkTileGridPicture.h53 TileGridInfo fInfo; member in class:SkTileGridPicture
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLContext.h123 bool isInitialized() const { return fInfo.isInitialized(); }
126 const GrGLContextInfo& info() const { return fInfo; }
127 GrGLContextInfo& info() { return fInfo; }
133 GrGLContextInfo fInfo; member in class:GrGLContext
/external/skia/include/core/
H A DSkTileGridPicture.h53 TileGridInfo fInfo; member in class:SkTileGridPicture

Completed in 3968 milliseconds

1234567