HomeSort by relevance Sort by last modified time
    Searched refs:fInfo (Results 51 - 75 of 178) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/third_party/icu/source/i18n/
dtitvfmt.cpp 116 : fInfo(NULL),
126 fInfo(NULL),
139 delete fInfo;
148 if ( itvfmt.fInfo ) {
149 fInfo = itvfmt.fInfo->clone();
151 fInfo = NULL;
177 delete fInfo;
199 equal = (*fInfo == *fmt->fInfo);
    [all...]
  /external/icu/icu4c/source/i18n/
dtitvfmt.cpp 116 : fInfo(NULL),
126 fInfo(NULL),
139 delete fInfo;
148 if ( itvfmt.fInfo ) {
149 fInfo = itvfmt.fInfo->clone();
151 fInfo = NULL;
177 delete fInfo;
199 equal = (*fInfo == *fmt->fInfo);
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDrawShader.cpp 18 const SkMemberInfo SkDrawShader::fInfo[] = {
45 const SkMemberInfo SkDrawBitmapShader::fInfo[] = {
SkDisplayTypes.cpp 28 const SkMemberInfo SkDisplayBoolean::fInfo[] = {
49 const SkMemberInfo SkDisplayInt::fInfo[] = {
70 const SkMemberInfo SkDisplayFloat::fInfo[] = {
105 const SkMemberInfo SkDisplayString::fInfo[] = {
175 const SkMemberInfo SkDisplayArray::fInfo[] = {
SkMatrixParts.cpp 38 const SkMemberInfo SkRotate::fInfo[] = {
59 const SkMemberInfo SkScale::fInfo[] = {
81 const SkMemberInfo SkSkew::fInfo[] = {
103 const SkMemberInfo SkTranslate::fInfo[] = {
123 const SkMemberInfo SkFromPath::fInfo[] = {
160 const SkMemberInfo SkRectToRect::fInfo[] = {
222 const SkMemberInfo SkPolyToPoly::fInfo[] = {
SkDraw3D.cpp 17 const SkMemberInfo Sk3D_Point::fInfo[] = {
33 const SkMemberInfo Sk3D_Camera::fInfo[] = {
77 const SkMemberInfo Sk3D_Patch::fInfo[] = {
SkDisplayInclude.cpp 23 const SkMemberInfo SkInclude::fInfo[] = {
SkDisplayInput.cpp 18 const SkMemberInfo SkInput::fInfo[] = {
SkDisplayNumber.cpp 22 const SkMemberInfo SkDisplayNumber::fInfo[] = {
SkDrawText.cpp 21 const SkMemberInfo SkText::fInfo[] = {
SkDrawTo.cpp 17 const SkMemberInfo SkDrawTo::fInfo[] = {
SkPostParts.cpp 15 const SkMemberInfo SkDataInput::fInfo[] = {
SkTextToPath.cpp 19 const SkMemberInfo SkTextToPath::fInfo[] = {
  /external/skia/src/animator/
SkDrawShader.cpp 18 const SkMemberInfo SkDrawShader::fInfo[] = {
45 const SkMemberInfo SkDrawBitmapShader::fInfo[] = {
SkDisplayTypes.cpp 28 const SkMemberInfo SkDisplayBoolean::fInfo[] = {
49 const SkMemberInfo SkDisplayInt::fInfo[] = {
70 const SkMemberInfo SkDisplayFloat::fInfo[] = {
105 const SkMemberInfo SkDisplayString::fInfo[] = {
175 const SkMemberInfo SkDisplayArray::fInfo[] = {
SkMatrixParts.cpp 38 const SkMemberInfo SkRotate::fInfo[] = {
59 const SkMemberInfo SkScale::fInfo[] = {
81 const SkMemberInfo SkSkew::fInfo[] = {
103 const SkMemberInfo SkTranslate::fInfo[] = {
123 const SkMemberInfo SkFromPath::fInfo[] = {
160 const SkMemberInfo SkRectToRect::fInfo[] = {
222 const SkMemberInfo SkPolyToPoly::fInfo[] = {
SkDraw3D.cpp 17 const SkMemberInfo Sk3D_Point::fInfo[] = {
33 const SkMemberInfo Sk3D_Camera::fInfo[] = {
77 const SkMemberInfo Sk3D_Patch::fInfo[] = {
SkDisplayInclude.cpp 23 const SkMemberInfo SkInclude::fInfo[] = {
SkDisplayInput.cpp 18 const SkMemberInfo SkInput::fInfo[] = {
  /external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp 82 SkTSwap(fInfo, other.fInfo);
97 SkIntToScalar(fInfo.width()), SkIntToScalar(fInfo.height()));
102 bounds->set(0, 0, fInfo.width(), fInfo.height());
137 fInfo = info.makeAlphaType(newAT);
143 if (!SkColorTypeValidateAlphaType(fInfo.colorType(), newAlphaType, &newAlphaType)) {
146 if (fInfo.alphaType() != newAlphaType) {
147 fInfo = fInfo.makeAlphaType(newAlphaType)
    [all...]
SkPixelRef.cpp 90 SkPixelRef::SkPixelRef(const SkImageInfo& info) : fInfo(validate_info(info)) {
100 SkPixelRef::SkPixelRef(const SkImageInfo& info, SkBaseMutex* mutex) : fInfo(validate_info(info)) {
237 *const_cast<SkImageInfo*>(&fInfo) = fInfo.makeAlphaType(at);
SkTileGrid.h 59 SkTileGridFactory::TileGridInfo fInfo;
  /external/skia/src/core/
SkBitmap.cpp 82 SkTSwap(fInfo, other.fInfo);
96 return SkColorTypeToBitmapConfig(fInfo.colorType());
145 SkIntToScalar(fInfo.fWidth), SkIntToScalar(fInfo.fHeight));
150 bounds->set(0, 0, fInfo.fWidth, fInfo.fHeight);
217 fInfo = info;
231 if (!validate_alphaType(fInfo.fColorType, alphaType, &alphaType)) {
234 if (fInfo.fAlphaType != alphaType)
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 79 const SkImageInfo& info() const { return fInfo; }
81 int width() const { return fInfo.width(); }
82 int height() const { return fInfo.height(); }
83 SkColorType colorType() const { return fInfo.colorType(); }
84 SkAlphaType alphaType() const { return fInfo.alphaType(); }
90 int bytesPerPixel() const { return fInfo.bytesPerPixel(); }
111 bool empty() const { return fInfo.isEmpty(); }
145 size_t getSize() const { return fInfo.height() * fRowBytes; }
151 size_t getSafeSize() const { return fInfo.getSafeSize(fRowBytes); }
157 return sk_64_mul(fInfo.height(), fRowBytes)
    [all...]
  /external/skia/include/core/
SkBitmap.h 92 const SkImageInfo& info() const { return fInfo; }
94 int width() const { return fInfo.fWidth; }
95 int height() const { return fInfo.fHeight; }
96 SkColorType colorType() const { return fInfo.fColorType; }
97 SkAlphaType alphaType() const { return fInfo.fAlphaType; }
116 int bytesPerPixel() const { return fInfo.bytesPerPixel(); }
137 bool empty() const { return fInfo.isEmpty(); }
171 size_t getSize() const { return fInfo.fHeight * fRowBytes; }
177 size_t getSafeSize() const { return fInfo.getSafeSize(fRowBytes); }
183 return sk_64_mul(fInfo.fHeight, fRowBytes)
    [all...]

Completed in 409 milliseconds

1 23 4 5 6 7 8