HomeSort by relevance Sort by last modified time
    Searched full:fwidth (Results 276 - 300 of 493) sorted by null

<<11121314151617181920

  /external/skia/include/core/
SkImageGenerator.h 86 * least (info.fHeight - 1) * rowBytes + (info.fWidth *
  /external/skia/include/gpu/
GrTypes.h 434 , fWidth(0)
442 int fWidth; //!< Width of the texture
567 int fWidth; //<! width in pixels
596 int fWidth; //<! width in pixels
  /external/skia/src/gpu/
GrDistanceFieldTextContext.cpp 420 desc.fWidth = width;
495 if (glyph.fWidth) {
541 if (glyph.fWidth) {
560 if (glyph.fWidth) {
SkGpuDevice.cpp 218 desc.fWidth = info.width();
652 desc.fWidth = dstM.fBounds.width();
662 texture->writePixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
680 desc.fWidth = SkScalarCeilToInt(maskRect.width());
    [all...]
GrContext.cpp 330 rtDesc.fWidth = GrNextPow2(desc.fWidth);
365 rtDesc.fWidth = GrNextPow2(desc.fWidth);
372 SkAutoSMalloc<128*128*4> stretchedPixels(bpp * rtDesc.fWidth * rtDesc.fHeight);
373 stretch_image(stretchedPixels.get(), rtDesc.fWidth, rtDesc.fHeight,
374 srcData, desc.fWidth, desc.fHeight, bpp);
376 size_t stretchedRowBytes = rtDesc.fWidth * bpp;
455 desc.fWidth = SkTMax(MIN_SIZE, GrNextPow2(desc.fWidth));
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 436 fWidth = fHeight = 0;
462 int fWidth;
486 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
492 fWidth = SkMax32(fWidth, glyph.fWidth);
495 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
523 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2)
    [all...]
SkFontHost_FreeType_common.cpp 378 target.width = glyph.fWidth;
414 if (glyph.fWidth == face->glyph->bitmap.width &&
450 dstBitmap.setInfo(SkImageInfo::Make(glyph.fWidth, glyph.fHeight,
463 canvas.scale(SkIntToScalar(glyph.fWidth) / SkIntToScalar(face->glyph->bitmap.width),
504 for (int x = glyph.fWidth - 1; x >= 0; --x) {
  /external/skia/tools/
skpinfo.cpp 63 SkDebugf("Width: %d\n", info.fWidth);
  /external/chromium_org/third_party/skia/samplecode/
SampleSkLayer.cpp 162 int fWidth;
178 child->setSize(gData[i].fWidth, gData[i].fHeight);
  /external/chromium_org/third_party/skia/tests/
GLProgramsTest.cpp 131 dummyDesc.fWidth = 34;
136 dummyDesc.fWidth = 16;
  /external/skia/samplecode/
SampleSkLayer.cpp 162 int fWidth;
178 child->setSize(gData[i].fWidth, gData[i].fHeight);
  /external/skia/tests/
GLProgramsTest.cpp 131 dummyDesc.fWidth = 34;
136 dummyDesc.fWidth = 16;
  /external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp 65 int fWidth;
91 fWidth = right - left;
133 const int width = fWidth;
148 fRuns.reset(fWidth);
351 SkASSERT((coverageL != 0) + n + (coverageR != 0) <= fWidth);
361 fRuns.reset(fWidth);
  /external/chromium_org/third_party/skia/src/effects/
SkMorphologyImageFilter.cpp 25 fRadius.fWidth = buffer.readInt();
27 buffer.validate((fRadius.fWidth >= 0) &&
41 buffer.writeInt(fRadius.fWidth);
502 desc.fWidth = rect.width();
507 if (radius.fWidth > 0) {
510 apply_morphology_pass(context, src, srcRect, dstRect, radius.fWidth,
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 19 word.ptWord.x + word.fWidth, word.ptWord.y + word.fDescent * 0.25f);
25 word.ptWord.x + word.fWidth, word.ptWord.y + (word.fAscent + word.fDescent) * 0.5f);
215 word.ptWord.x+word.fWidth,line.ptLine.y + line.fLineAscent);
225 word.ptWord.x+word.fWidth,line.ptLine.y + line.fLineAscent);
343 word.ptWord.x+word.fWidth + ptOffset.x,
617 CPDF_Point(word.ptWord.x + word.fWidth, word.ptWord.y + word.fDescent * 0.4f));
  /external/skia/src/core/
SkScan_AntiPath.cpp 65 int fWidth;
91 fWidth = right - left;
133 const int width = fWidth;
148 fRuns.reset(fWidth);
351 SkASSERT((coverageL != 0) + n + (coverageR != 0) <= fWidth);
361 fRuns.reset(fWidth);
  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 25 fRadius.fWidth = buffer.readInt();
27 buffer.validate((fRadius.fWidth >= 0) &&
41 buffer.writeInt(fRadius.fWidth);
502 desc.fWidth = rect.width();
507 if (radius.fWidth > 0) {
510 apply_morphology_pass(context, src, srcRect, dstRect, radius.fWidth,
  /external/chromium_org/third_party/skia/src/gpu/
GrContext.cpp 330 rtDesc.fWidth = GrNextPow2(desc.fWidth);
365 rtDesc.fWidth = GrNextPow2(desc.fWidth);
372 SkAutoSMalloc<128*128*4> stretchedPixels(bpp * rtDesc.fWidth * rtDesc.fHeight);
373 stretch_image(stretchedPixels.get(), rtDesc.fWidth, rtDesc.fHeight,
374 srcData, desc.fWidth, desc.fHeight, bpp);
376 size_t stretchedRowBytes = rtDesc.fWidth * bpp;
455 desc.fWidth = SkTMax(MIN_SIZE, GrNextPow2(desc.fWidth));
    [all...]
  /external/chromium_org/third_party/skia/bench/
PathBench.cpp 779 size.fWidth = rand.nextRangeScalar(kQueryMin.fWidth, kQueryMax.fWidth);
781 xy.fX = rand.nextRangeScalar(kBounds.fLeft, kBounds.fRight - size.fWidth);
784 fQueryRects[i] = SkRect::MakeXYWH(xy.fX, xy.fY, size.fWidth, size.fHeight);
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.cpp 378 target.width = glyph.fWidth;
414 if (glyph.fWidth == face->glyph->bitmap.width &&
450 dstBitmap.setInfo(SkImageInfo::Make(glyph.fWidth, glyph.fHeight,
463 canvas.scale(SkIntToScalar(glyph.fWidth) / SkIntToScalar(face->glyph->bitmap.width),
504 for (int x = glyph.fWidth - 1; x >= 0; --x) {
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.cpp 20 , fWidth(width)
258 SkRect rect = SkRect::MakeWH(SkIntToScalar(fWidth),
301 SkIntToScalar(fWidth), SkIntToScalar(fHeight));
304 SkIntToScalar(fWidth), SkIntToScalar(fHeight), p);
324 SkRect r = SkRect::MakeWH(SkIntToScalar(fWidth), SkIntToScalar(fHeight));
  /external/skia/bench/
PathBench.cpp 779 size.fWidth = rand.nextRangeScalar(kQueryMin.fWidth, kQueryMax.fWidth);
781 xy.fX = rand.nextRangeScalar(kBounds.fLeft, kBounds.fRight - size.fWidth);
784 fQueryRects[i] = SkRect::MakeXYWH(xy.fX, xy.fY, size.fWidth, size.fHeight);
  /external/skia/src/utils/debugger/
SkDebugCanvas.cpp 20 , fWidth(width)
258 SkRect rect = SkRect::MakeWH(SkIntToScalar(fWidth),
301 SkIntToScalar(fWidth), SkIntToScalar(fHeight));
304 SkIntToScalar(fWidth), SkIntToScalar(fHeight), p);
324 SkRect r = SkRect::MakeWH(SkIntToScalar(fWidth), SkIntToScalar(fHeight));
  /external/chromium_org/content/public/common/
common_param_traits.cc 26 uint32 fWidth;
33 fWidth = bitmap.width();
41 bitmap->setConfig(fConfig, fWidth, fHeight, 0);
  /external/chromium_org/third_party/skia/include/core/
SkPicture.h 144 int width() const { return fWidth; }
258 // fPlayback, fRecord, fWidth & fHeight are protected to allow derived classes to
262 int fWidth, fHeight;

Completed in 530 milliseconds

<<11121314151617181920