Searched refs:fHeight (Results 1 - 25 of 234) sorted by last modified time

12345678910

/external/swiftshader/src/Renderer/
H A DSampler.cpp172 mipmap.fHeight[0] = (float)height / 65536.0f;
173 mipmap.fHeight[1] = (float)height / 65536.0f;
174 mipmap.fHeight[2] = (float)height / 65536.0f;
175 mipmap.fHeight[3] = (float)height / 65536.0f;
H A DSampler.hpp42 float4 fHeight; member in struct:sw::Mipmap::__anon18270::__anon18272
/external/swiftshader/src/Shader/
H A DSamplerCore.cpp1280 Float4 fv = Frac(Float4(As<UShort4>(vvvv0)) * *Pointer<Float4>(mipmap + OFFSET(Mipmap,fHeight)));
1354 Float4 fv = Frac(Float4(As<UShort4>(vvvv0)) * *Pointer<Float4>(mipmap + OFFSET(Mipmap,fHeight)));
/external/slf4j/integration/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/skia/src/gpu/text/
H A DGrAtlasGlyphCache.cpp25 int height = fAtlasConfigs[index].fHeight;
45 fAtlasConfigs[kA8_GrMaskFormat].fHeight = 2048;
52 fAtlasConfigs[kA565_GrMaskFormat].fHeight = 2048;
59 fAtlasConfigs[kARGB_GrMaskFormat].fHeight = 2048;
221 bounds->setXYWH(glyph.fLeft, glyph.fTop, glyph.fWidth, glyph.fHeight);
233 bounds->setXYWH(glyph.fLeft, glyph.fTop, glyph.fWidth, glyph.fHeight);
267 SkASSERT(glyph.fHeight == height);
322 SkASSERT(glyph.fHeight + 2*SK_DistanceFieldPad == height);
333 glyph.fHeight));
360 glyph.fWidth, glyph.fHeight,
[all...]
/external/skia/src/gpu/vk/
H A DGrVkGpu.cpp289 tempDrawInfo->fTempSurfaceDesc.fHeight = height;
454 if (!GrSurfacePriv::AdjustWritePixelParams(desc.fWidth, desc.fHeight, bpp, &left, &top,
545 if (!GrSurfacePriv::AdjustWritePixelParams(desc.fWidth, desc.fHeight, bpp, &left, &top,
564 if (!GrSurfacePriv::AdjustWritePixelParams(desc.fWidth, desc.fHeight, bpp, &left, &top,
699 imageDesc.fHeight = desc.fHeight;
722 success = this->uploadTexDataLinear(tex, 0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
725 success = this->uploadTexDataOptimal(tex, 0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
766 if (desc.fWidth > maxSize || desc.fHeight > maxSize) {
786 surfDesc.fHeight
[all...]
H A DGrVkImage.cpp68 if (0 == imageDesc.fWidth || 0 == imageDesc.fHeight) {
97 { imageDesc.fWidth, imageDesc.fHeight, 1 }, // VkExtent3D
H A DGrVkImage.h64 uint32_t fHeight; member in struct:GrVkImage::ImageDesc
75 , fHeight(0)
H A DGrVkPipelineState.cpp360 fRenderTargetState.fRenderTargetSize.fHeight != pipeline.getRenderTarget()->height()) {
H A DGrVkPipelineState.h160 fRenderTargetSize.fHeight = -1;
175 destVec[2] = -2.f / fRenderTargetSize.fHeight;
178 destVec[2] = 2.f / fRenderTargetSize.fHeight;
H A DGrVkRenderTarget.cpp128 msImageDesc.fHeight = desc.fHeight;
H A DGrVkStencilAttachment.cpp21 : GrStencilAttachment(gpu, desc.fWidth, desc.fHeight, format.fStencilBits, desc.fSamples)
38 imageDesc.fHeight = height;
H A DGrVkTexture.cpp202 imageDesc.fHeight = fDesc.fHeight;
H A DGrVkTextureRenderTarget.cpp48 msImageDesc.fHeight = desc.fHeight;
/external/skia/src/image/
H A DSkImage.cpp40 , fHeight(height)
H A DSkImage_Gpu.cpp226 desc.fHeight = subset.height();
253 if (desc.fWidth <= 0 || desc.fHeight <= 0) {
293 if (yuvSizes[0].fWidth <= 0 || yuvSizes[0].fHeight <= 0 || yuvSizes[1].fWidth <= 0 ||
294 yuvSizes[1].fHeight <= 0) {
297 if (!nv12 && (yuvSizes[2].fWidth <= 0 || yuvSizes[2].fHeight <= 0)) {
309 yDesc.fHeight = yuvSizes[0].fHeight;
317 uDesc.fHeight = yuvSizes[1].fHeight;
332 vDesc.fHeight
522 int fHeight; member in struct:__anon17104::DeferredTextureImage
[all...]
H A DSkSurface.cpp126 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height)
129 SkASSERT(fHeight > 0);
134 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height())
137 SkASSERT(fHeight > 0);
H A DSkSurface_Gpu.cpp238 sk_sp<SkGpuDevice> device(SkGpuDevice::Make(context, std::move(rtc), desc.fWidth, desc.fHeight,
265 sk_sp<SkGpuDevice> device(SkGpuDevice::Make(context, std::move(rtc), desc.fWidth, desc.fHeight,
294 sk_sp<SkGpuDevice> device(SkGpuDevice::Make(context, std::move(rtc), desc.fWidth, desc.fHeight,
/external/skia/src/pdf/
H A DSkPDFDevice.cpp492 fInitialTransform.setTranslate(0, SkIntToScalar(pageSize.fHeight));
H A DSkPDFFont.cpp646 glyph.fWidth, glyph.fHeight);
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1125 glyph->fHeight += gFTLibrary->lcdExtra();
1175 glyph->fHeight = 0;
1183 glyph->fHeight = SkToU16(SkFDot6Floor(bbox.yMax - bbox.yMin));
1217 glyph->fHeight = SkToU16(irect.height());
1260 sk_bzero(glyph.fImage, glyph.rowBytes() * glyph.fHeight);
1274 glyph.getGlyphID(), glyph.fWidth, glyph.fHeight, glyph.rowBytes(), fLoadGlyphFlags, err));
H A DSkFontHost_FreeType_common.cpp439 target.rows = glyph.fHeight;
445 memset(glyph.fImage, 0, glyph.rowBytes() * glyph.fHeight);
500 dstBitmap.setInfo(SkImageInfo::Make(glyph.fWidth, glyph.fHeight,
548 memset(glyph.fImage, 0, glyph.rowBytes() * glyph.fHeight);
559 for (int y = glyph.fHeight - 1; y >= 0; --y) {
H A DSkFontHost_mac.cpp822 if (!fCG || fSize.fWidth < glyph.fWidth || fSize.fHeight < glyph.fHeight) {
826 if (fSize.fHeight < glyph.fHeight) {
827 fSize.fHeight = RoundSize(glyph.fHeight);
831 void* image = fImageStorage.reset(rowBytes * fSize.fHeight);
836 fCG.reset(CGBitmapContextCreate(image, fSize.fWidth, fSize.fHeight, 8,
873 image += (fSize.fHeight - glyph.fHeight) * fSiz
[all...]
H A DSkFontHost_win.cpp426 fWidth = fHeight = 0;
453 int fHeight; member in class:HDCOffscreen
476 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
483 fHeight = SkMax32(fHeight, glyph.fHeight);
498 info.bmiHeader.biHeight = fHeight;
514 size_t size = fHeight * srcRB;
530 return (const char*)fBits + (fHeight
[all...]

Completed in 529 milliseconds

12345678910