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

1 2 3 4 5 6 7 891011>>

  /external/skia/src/utils/debugger/
SkDebugCanvas.h 149 fWidth = width;
221 SkIntToScalar(this->imageInfo().fWidth),
265 int fWidth;
  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 191 info->fWidth = TestImageGenerator::Width();
202 = static_cast<size_t>(info.fWidth * info.bytesPerPixel());
212 TestImageGenerator::Color(), info.fWidth);
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 55 fWidth = width;
69 int getWidth() const { return fWidth; }
74 int fWidth;
  /external/chromium_org/cc/resources/
ui_resource_bitmap.cc 39 pixel_ref, gfx::Size(info.fWidth, info.fHeight), UIResourceBitmap::RGBA8);
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
SkPdfFont.h 372 double fWidth;
422 fChars[i].fWidth = (*widths)[i]->numberValue();
471 fChars[ch - fFirstChar].fWidth),
473 return fChars[ch - fFirstChar].fWidth;
  /external/chromium_org/third_party/skia/gm/
morphology.cpp 61 int fWidth, fHeight;
filterbitmap.cpp 95 size.fWidth += 20;
98 draw_row(canvas, fBM, fMatrix[i], size.fWidth);
  /external/chromium_org/third_party/skia/include/core/
SkPictureRecorder.h 80 int fWidth;
SkSurface.h 100 int width() const { return fWidth; }
197 const int fWidth;
  /external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.cpp 57 } else if (a.fWidth < b.fWidth) {
59 } else if (a.fWidth > b.fWidth) {
  /external/chromium_org/third_party/skia/src/effects/
SkBlurImageFilter.cpp 28 fSigma.fWidth = buffer.readScalar();
30 buffer.validate(SkScalarIsFinite(fSigma.fWidth) &&
32 (fSigma.fWidth >= 0) &&
46 buffer.writeScalar(fSigma.fWidth);
  /external/chromium_org/third_party/skia/src/gpu/
GrRenderTarget.cpp 73 uint64_t size = fDesc.fWidth;
  /external/chromium_org/third_party/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 38 fWidth = (DWRITE_FONT_STRETCH)pattern.width();
42 DWRITE_FONT_STRETCH fWidth;
212 HR_GENERAL(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth,
448 dwStyle.fWidth,
  /external/skia/experimental/PdfViewer/
SkPdfFont.h 372 double fWidth;
422 fChars[i].fWidth = (*widths)[i]->numberValue();
471 fChars[ch - fFirstChar].fWidth),
473 return fChars[ch - fFirstChar].fWidth;
  /external/skia/gm/
morphology.cpp 61 int fWidth, fHeight;
  /external/skia/include/core/
SkPictureRecorder.h 80 int fWidth;
  /external/skia/src/core/
SkBitmapHeap.cpp 57 } else if (a.fWidth < b.fWidth) {
59 } else if (a.fWidth > b.fWidth) {
  /external/skia/src/effects/
SkBlurImageFilter.cpp 28 fSigma.fWidth = buffer.readScalar();
30 buffer.validate(SkScalarIsFinite(fSigma.fWidth) &&
32 (fSigma.fWidth >= 0) &&
46 buffer.writeScalar(fSigma.fWidth);
  /external/skia/src/gpu/
GrRenderTarget.cpp 73 uint64_t size = fDesc.fWidth;
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 38 fWidth = (DWRITE_FONT_STRETCH)pattern.width();
42 DWRITE_FONT_STRETCH fWidth;
212 HR_GENERAL(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth,
448 dwStyle.fWidth,
  /frameworks/base/libs/hwui/
FontRenderer.cpp 225 if (glyph.fWidth == 0 || glyph.fHeight == 0) {
255 (int) glyph.fWidth, (int) glyph.fHeight);
284 uint32_t endX = startX + glyph.fWidth;
309 memset(&cacheBuffer[row], 0, glyph.fWidth + 2 * TEXTURE_BORDER_SIZE);
324 memcpy(&cacheBuffer[row + startX], &bitmapBuffer[bY], glyph.fWidth);
331 memset(&cacheBuffer[row], 0, glyph.fWidth + 2 * TEXTURE_BORDER_SIZE);
338 size_t rowSize = formatSize * glyph.fWidth;
366 memset(&cacheBuffer[row], 0, glyph.fWidth + 2 * TEXTURE_BORDER_SIZE);
387 memset(&cacheBuffer[row], 0, glyph.fWidth + 2 * TEXTURE_BORDER_SIZE);
  /external/chromium_org/third_party/angle/src/compiler/translator/
Initialize.cpp 384 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float1, "fwidth", float1);
385 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float2, "fwidth", float2);
386 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float3, "fwidth", float3);
387 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "fwidth", float4);
477 symbolTable.insertBuiltIn(ESSL3_BUILTINS, float1, "fwidth", float1);
478 symbolTable.insertBuiltIn(ESSL3_BUILTINS, float2, "fwidth", float2);
479 symbolTable.insertBuiltIn(ESSL3_BUILTINS, float3, "fwidth", float3);
480 symbolTable.insertBuiltIn(ESSL3_BUILTINS, float4, "fwidth", float4);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp 367 if (desc.fWidth > maxSize || desc.fHeight > maxSize) {
374 glTexDesc.fWidth = desc.fWidth;
401 if (!this->createRenderTargetObjects(glTexDesc.fWidth,
432 viewport.fWidth = desc.fWidth;
448 desc.fWidth,
473 desc.fWidth = glTex->width();
549 if (!adjust_pixel_ops_params(desc.fWidth, desc.fHeight, bpp, &left, &top,
647 desc.fWidth == width && desc.fHeight == height)
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 367 if (desc.fWidth > maxSize || desc.fHeight > maxSize) {
374 glTexDesc.fWidth = desc.fWidth;
401 if (!this->createRenderTargetObjects(glTexDesc.fWidth,
432 viewport.fWidth = desc.fWidth;
448 desc.fWidth,
473 desc.fWidth = glTex->width();
549 if (!adjust_pixel_ops_params(desc.fWidth, desc.fHeight, bpp, &left, &top,
647 desc.fWidth == width && desc.fHeight == height)
    [all...]
  /external/chromium_org/third_party/skia/bench/
ChartBench.cpp 92 fSize.fWidth = -1;
116 int dataPointCount = SkMax32(fSize.fWidth / kPixelsPerTick + 1, 2);

Completed in 918 milliseconds

1 2 3 4 5 6 7 891011>>