HomeSort by relevance Sort by last modified time
    Searched refs:fHeight (Results 251 - 275 of 357) sorted by null

<<1112131415

  /external/skia/src/effects/
SkXfermodeImageFilter.cpp 132 desc.fHeight = src.height();
SkAlphaThresholdFilter.cpp 265 maskDesc.fHeight = texture->height();
  /external/skia/src/gpu/
GrAtlas.cpp 226 desc.fHeight = fBackingTextureSize.height();
GrPictureUtils.cpp 44 fEmptyBitmap.setInfo(SkImageInfo::MakeUnknown(fInfo.fSize.fWidth, fInfo.fSize.fHeight));
  /external/skia/src/gpu/effects/
GrConfigConversionEffect.cpp 167 desc.fHeight = 256;
  /external/skia/src/utils/debugger/
SkDrawCommand.cpp 101 canvas->translate(size.fWidth/2.0f, size.fHeight/2.0f);
104 SkDoubleToScalar((kInsetFrac*size.fHeight)/bounds.width()));
107 SkDoubleToScalar((kInsetFrac*size.fHeight)/bounds.height()));
133 SkScalar yScale = SkIntToScalar(size.fHeight-2) / input.height();
  /external/skia/tools/
PictureRenderingFlags.cpp 257 viewport.fHeight = atoi(FLAGS_viewport[1]);
  /frameworks/base/core/jni/
android_view_TextureView.cpp 80 info.fHeight = buffer.height;
  /frameworks/base/libs/hwui/
FontRenderer.cpp 225 if (glyph.fWidth == 0 || glyph.fHeight == 0) {
252 if (glyph.fHeight + TEXTURE_BORDER_SIZE * 2 >
255 (int) glyph.fWidth, (int) glyph.fHeight);
285 uint32_t endY = startY + glyph.fHeight;
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]
  /external/chromium_org/third_party/skia/tests/
PictureTest.cpp     [all...]
ResourceCacheTest.cpp 299 desc.fHeight = gHeight;
  /external/skia/tests/
SurfaceTest.cpp 89 const size_t size = rowBytes * info.fHeight;
142 REPORTER_ASSERT(reporter, 10 == info.fHeight);
ResourceCacheTest.cpp 297 desc.fHeight = gHeight;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.cpp 185 info.fHeight += spaceHeight;
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
BaseContext.cpp 251 Int32::New(baseContext->fGlobal->getIsolate(), size.fHeight));
  /external/chromium_org/third_party/skia/gm/
convexpolyclip.cpp 146 SkIntToScalar(size.fHeight));
  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.cpp 231 desc.fHeight = fBackingTextureSize.height();
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConfigConversionEffect.cpp 183 desc.fHeight = 256;
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.cpp 104 canvas->translate(size.fWidth/2.0f, size.fHeight/2.0f);
107 SkDoubleToScalar((kInsetFrac*size.fHeight)/bounds.width()));
110 SkDoubleToScalar((kInsetFrac*size.fHeight)/bounds.height()));
136 SkScalar yScale = SkIntToScalar(size.fHeight-2) / input.height();
  /external/chromium_org/third_party/skia/tools/
PictureRenderingFlags.cpp 266 viewport.fHeight = atoi(FLAGS_viewport[1]);
  /external/skia/experimental/SkV8Example/
BaseContext.cpp 251 Int32::New(baseContext->fGlobal->getIsolate(), size.fHeight));
  /external/skia/gm/
convexpolyclip.cpp 145 SkIntToScalar(size.fHeight));
  /external/skia/src/core/
SkPicturePlayback.h 44 uint32_t fHeight;

Completed in 786 milliseconds

<<1112131415