HomeSort by relevance Sort by last modified time
    Searched refs:fCount (Results 126 - 150 of 261) sorted by null

1 2 3 4 56 7 8 91011

  /external/skia/src/core/
SkMipMap.h 76 int fCount;
SkICC.cpp 74 tables->fRed.fCount = tables->fGreen.fCount = tables->fBlue.fCount = kDefaultTableSize;
85 tables->fRed.fCount = tables->fGreen.fCount = tables->fBlue.fCount = gammas->tableSize(0);
108 rgb[i].fCount = gammas->tableSize(i);
109 offset += rgb[i].fCount * sizeof(float);
110 ptr += rgb[i].fCount;
125 rgb[i].fCount = kDefaultTableSize
    [all...]
SkPictureCommon.h 42 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
  /external/skia/src/utils/
SkMultiPictureDocument.cpp 149 int fCount;
152 : SkNWayCanvas(wh.width(), wh.height()), fDst(dst), fCount(count) {
156 if (fIndex < fCount) {
164 if (fIndex < fCount) {
  /external/skqp/src/core/
SkAnalyticEdge.h 189 int fCount; // 2 line, 3 quad, 4 cubic
210 fCount = 2;
224 fCount = 3;
244 fCount = 4;
SkColorSpaceXform_Base.h 86 int fCount;
SkMipMap.h 75 int fCount;
SkICC.cpp 74 tables->fRed.fCount = tables->fGreen.fCount = tables->fBlue.fCount = kDefaultTableSize;
85 tables->fRed.fCount = tables->fGreen.fCount = tables->fBlue.fCount = gammas->tableSize(0);
108 rgb[i].fCount = gammas->tableSize(i);
109 offset += rgb[i].fCount * sizeof(float);
110 ptr += rgb[i].fCount;
125 rgb[i].fCount = kDefaultTableSize
    [all...]
SkPictureCommon.h 42 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
  /external/skqp/src/utils/
SkMultiPictureDocument.cpp 149 int fCount;
152 : SkNWayCanvas(wh.width(), wh.height()), fDst(dst), fCount(count) {
156 if (fIndex < fCount) {
164 if (fIndex < fCount) {
  /external/skia/src/gpu/
GrTestUtils.cpp 281 fCount = count;
290 return SkDashPath::InternalFilter(dst, src, rec, cullRect, fIntervals.get(), fCount,
296 if (info->fCount >= fCount && info->fIntervals) {
297 memcpy(info->fIntervals, fIntervals.get(), fCount * sizeof(SkScalar));
299 info->fCount = fCount;
  /external/skqp/src/gpu/
GrTestUtils.cpp 281 fCount = count;
290 return SkDashPath::InternalFilter(dst, src, rec, cullRect, fIntervals.get(), fCount,
296 if (info->fCount >= fCount && info->fIntervals) {
297 memcpy(info->fIntervals, fIntervals.get(), fCount * sizeof(SkScalar));
299 info->fCount = fCount;
  /external/icu/icu4c/source/i18n/
fmtable.cpp 202 fValue.fArrayAndCount.fCount = count;
233 fValue.fArrayAndCount.fCount = source.fValue.fArrayAndCount.fCount;
235 source.fValue.fArrayAndCount.fCount);
303 if (fValue.fArrayAndCount.fCount != that.fValue.fArrayAndCount.fCount) {
308 for (i=0; i<fValue.fArrayAndCount.fCount; ++i) {
595 fValue.fArrayAndCount.fCount = count;
618 fValue.fArrayAndCount.fCount = count;
684 count = fValue.fArrayAndCount.fCount;
    [all...]
  /external/skia/src/shaders/gradients/
SkGradientShader.cpp 62 buffer.writeColor4fArray(fColors, fCount);
67 buffer.writeScalarArray(fPos, fCount);
81 fCount = buffer.getArrayCount();
82 if (fCount > kStorageCount) {
83 size_t allocSize = (sizeof(SkColor4f) + sizeof(SkScalar)) * fCount;
86 fPos = (SkScalar*)(fColors + fCount);
91 if (!buffer.readColor4fArray(mutableColors(), fCount)) {
101 if (!buffer.readScalarArray(mutablePos(), fCount)) {
124 SkASSERT(desc.fCount > 1);
142 fColorCount = desc.fCount;
    [all...]
SkTwoPointConicalGradient.cpp 140 const int last = desc.fCount - 1;
141 const int half = desc.fCount >> 1;
151 if (desc.fCount & 1) {
159 desc.fCount, desc.fTileMode, desc.fGradFlags,
  /external/skqp/src/shaders/gradients/
SkGradientShader.cpp 62 buffer.writeColor4fArray(fColors, fCount);
67 buffer.writeScalarArray(fPos, fCount);
81 fCount = buffer.getArrayCount();
82 if (fCount > kStorageCount) {
83 size_t allocSize = (sizeof(SkColor4f) + sizeof(SkScalar)) * fCount;
86 fPos = (SkScalar*)(fColors + fCount);
91 if (!buffer.readColor4fArray(mutableColors(), fCount)) {
101 if (!buffer.readScalarArray(mutablePos(), fCount)) {
124 SkASSERT(desc.fCount > 1);
142 fColorCount = desc.fCount;
    [all...]
SkTwoPointConicalGradient.cpp 140 const int last = desc.fCount - 1;
141 const int half = desc.fCount >> 1;
151 if (desc.fCount & 1) {
159 desc.fCount, desc.fTileMode, desc.fGradFlags,
  /external/dng_sdk/source/
dng_matrix.cpp 417 : fCount (0)
427 : fCount (0)
438 fCount = count;
440 for (uint32 index = 0; index < fCount; index++)
453 : fCount (v.fCount)
457 for (uint32 index = 0; index < fCount; index++)
471 fCount = 0;
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 448 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
703 int32_t fCount;
  /external/skia/tests/
MetaDataTest.cpp 74 int fCount;
96 REPORTER_ASSERT(reporter, gElems[i].fCount == count);
SkPEGTest.cpp 218 int fCount;
230 REPORTER_ASSERT(r, matchAny->fValues.count() == gTests[i].fCount);
233 REPORTER_ASSERT(r, matchSome == (gTests[i].fCount > 0));
235 matchSome->get<1>().fValues.count() == gTests[i].fCount - 1);
  /external/skqp/tests/
MetaDataTest.cpp 74 int fCount;
96 REPORTER_ASSERT(reporter, gElems[i].fCount == count);
SkPEGTest.cpp 218 int fCount;
230 REPORTER_ASSERT(r, matchAny->fValues.count() == gTests[i].fCount);
233 REPORTER_ASSERT(r, matchSome == (gTests[i].fCount > 0));
235 matchSome->get<1>().fValues.count() == gTests[i].fCount - 1);
  /external/skia/gm/
gradients.cpp 15 int fCount;
58 return SkGradientShader::MakeLinear(pts, data.fColors, data.fPos, data.fCount, tm, 0,
65 return SkGradientShader::MakeLinear(pts, data.fColors4f, srgb, data.fPos, data.fCount, tm, 0,
74 return SkGradientShader::MakeRadial(center, center.fX, data.fColors, data.fPos, data.fCount,
85 data.fCount, tm, 0, &localMatrix);
93 return SkGradientShader::MakeSweep(center.fX, center.fY, data.fColors, data.fPos, data.fCount,
104 data.fCount, 0, &localMatrix);
116 data.fColors, data.fPos, data.fCount, tm,
130 data.fColors4f, srgb, data.fPos, data.fCount, tm,
143 data.fCount, tm, 0, &localMatrix)
    [all...]
  /external/skqp/gm/
gradients.cpp 15 int fCount;
58 return SkGradientShader::MakeLinear(pts, data.fColors, data.fPos, data.fCount, tm, 0,
65 return SkGradientShader::MakeLinear(pts, data.fColors4f, srgb, data.fPos, data.fCount, tm, 0,
74 return SkGradientShader::MakeRadial(center, center.fX, data.fColors, data.fPos, data.fCount,
85 data.fCount, tm, 0, &localMatrix);
93 return SkGradientShader::MakeSweep(center.fX, center.fY, data.fColors, data.fPos, data.fCount,
104 data.fCount, 0, &localMatrix);
116 data.fColors, data.fPos, data.fCount, tm,
130 data.fColors4f, srgb, data.fPos, data.fCount, tm,
143 data.fCount, tm, 0, &localMatrix)
    [all...]

Completed in 1320 milliseconds

1 2 3 4 56 7 8 91011