Searched refs:fWidth (Results 201 - 225 of 416) sorted by relevance

1234567891011>>

/external/skia/src/effects/
H A DSkPerlinNoiseShader.cpp61 : fWidth(0)
68 return fWidth == other.fWidth &&
74 int fWidth; // How much to subtract to wrap for stitching. member in struct:SkPerlinNoiseShader::StitchData
232 fStitchDataInit.fWidth =
234 fStitchDataInit.fWrapX = kPerlinNoise + fStitchDataInit.fWidth;
290 fTileSize.fWidth = buffer.readInt();
311 buffer.writeInt(fTileSize.fWidth);
337 checkNoise(noiseX.noisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth);
341 checkNoise(noiseX.nextNoisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth);
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp437 fWidth = fHeight = 0;
463 int fWidth; member in class:HDCOffscreen
487 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
493 fWidth = SkMax32(fWidth, glyph.fWidth);
496 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
524 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth <<
[all...]
H A DSkRemotableFontMgr_win_dw.cpp38 fWidth = (DWRITE_FONT_STRETCH)pattern.width();
42 DWRITE_FONT_STRETCH fWidth; member in struct:DWriteStyle
212 HR_GENERAL(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth,
459 dwStyle.fWidth,
/external/skia/src/ports/
H A DSkFontHost_win.cpp436 fWidth = fHeight = 0;
462 int fWidth; member in class:HDCOffscreen
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 <<
[all...]
/external/chromium_org/cc/output/
H A Dsoftware_renderer_unittest.cc137 EXPECT_EQ(outer_rect.width(), output->info().fWidth);
233 EXPECT_EQ(outer_rect.width(), output->info().fWidth);
307 EXPECT_EQ(tile_rect.width(), output->info().fWidth);
349 EXPECT_EQ(device_viewport_rect.width(), output->info().fWidth);
371 EXPECT_EQ(device_viewport_rect.width(), output->info().fWidth);
416 EXPECT_EQ(device_viewport_rect.width(), output->info().fWidth);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrBitmapTextContext.cpp255 if (glyph.fWidth) {
329 if (glyph.fWidth) {
344 if (metricGlyph.fWidth) {
361 SkASSERT(glyph.fWidth);
380 if (glyph.fWidth) {
400 if (glyph.fWidth) {
H A DSkGr.cpp110 desc->fWidth = bitmap.width();
233 rowBytes[i] = yuvSizes[i].fWidth;
253 yuvDesc.fWidth = yuvSizes[i].fWidth;
258 0, 0, yuvDesc.fWidth, yuvDesc.fHeight,
278 SkRect r = SkRect::MakeWH(SkIntToScalar(yuvSizes[0].fWidth),
H A DGrStencilAndCoverTextContext.cpp110 if (glyph.fWidth) {
156 if (glyph.fWidth) {
166 if (glyph.fWidth) {
178 if (glyph.fWidth) {
/external/skia/src/core/
H A DSkScan_AntiPath.cpp65 int fWidth; member in class:BaseSuperBlitter
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/gpu/
H A DGrBitmapTextContext.cpp257 if (glyph.fWidth) {
331 if (glyph.fWidth) {
346 if (metricGlyph.fWidth) {
363 SkASSERT(glyph.fWidth);
382 if (glyph.fWidth) {
402 if (glyph.fWidth) {
/external/chromium_org/third_party/skia/bench/
H A DGameBench.cpp112 maxTransX = size.fWidth - (1.5f * width);
115 maxTransX = SkIntToScalar(size.fWidth - width);
120 maxTransX = size.fWidth - SK_ScalarSqrt2 * height;
H A DRectanizerBench.cpp103 if (!fRectanizer->addRect(size.fWidth, size.fHeight, &loc)) {
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureStripAtlas.cpp160 fDesc.fWidth, fDesc.fRowHeight,
195 texDesc.fWidth = fDesc.fWidth;
/external/skia/bench/
H A DGameBench.cpp112 maxTransX = size.fWidth - (1.5f * width);
115 maxTransX = SkIntToScalar(size.fWidth - width);
120 maxTransX = size.fWidth - SK_ScalarSqrt2 * height;
H A DRectanizerBench.cpp103 if (!fRectanizer->addRect(size.fWidth, size.fHeight, &loc)) {
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.cpp160 fDesc.fWidth, fDesc.fRowHeight,
195 texDesc.fWidth = fDesc.fWidth;
/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp191 info->fWidth = TestImageGenerator::Width();
202 = static_cast<size_t>(info.fWidth * info.bytesPerPixel());
212 TestImageGenerator::Color(), info.fWidth);
H A DDrawBitmapRectTest.cpp28 info->fWidth = 100;
235 int fWidth; member in struct:__anon30784
247 gTests[i].fWidth, gTests[i].fHeight,
/external/chromium_org/cc/resources/
H A Dui_resource_bitmap.cc58 gfx::Size(info.fWidth, info.fHeight),
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkGLWidget.cpp88 desc.fWidth = SkScalarRoundToInt(this->width());
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfFont.h372 double fWidth; member in struct:SkPdfType3Font::Type3FontChar
422 fChars[i].fWidth = (*widths)[i]->numberValue();
471 fChars[ch - fFirstChar].fWidth),
473 return fChars[ch - fFirstChar].fWidth;
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurImageFilter.cpp37 fSigma.fWidth = buffer.readScalar();
39 buffer.validate(SkScalarIsFinite(fSigma.fWidth) &&
41 (fSigma.fWidth >= 0) &&
63 buffer.writeScalar(fSigma.fWidth);
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_ap.h87 static CFX_ByteString GenerateBorderAP(const CPDF_Rect & rect, FX_FLOAT fWidth,
/external/skia/debugger/QT/
H A DSkGLWidget.cpp86 desc.fWidth = SkScalarRoundToInt(this->width());
/external/skia/experimental/PdfViewer/
H A DSkPdfFont.h372 double fWidth; member in struct:SkPdfType3Font::Type3FontChar
422 fChars[i].fWidth = (*widths)[i]->numberValue();
471 fChars[ch - fFirstChar].fWidth),
473 return fChars[ch - fFirstChar].fWidth;

Completed in 489 milliseconds

1234567891011>>