/external/skia/src/codec/ |
D | SkCodecPriv.h | 199 inline size_t compute_row_bytes_bpp(int width, uint32_t bytesPerPixel) { in compute_row_bytes_bpp() 213 const uint32_t bytesPerPixel = bitsPerPixel / 8; in compute_row_bytes() local
|
D | SkSwizzler.cpp | 250 int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_index_to_565() 288 int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_gray_to_565() 466 int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_rgb_to_565()
|
/external/libvncserver/libvncclient/ |
D | cursor.c | 48 int bytesPerPixel; in HandleCursorShape() local
|
D | vncviewer.c | 140 int bytesPerPixel) { in rfbGetClient()
|
/external/libvncserver/examples/ |
D | pnmshow.c | 23 int bytesPerPixel,bitsPerPixelInFile; in main() local
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
D | TextureGeneratorNoise.java | 68 int bytesPerPixel = colorBand != null ? 4 : 1; in generate() local
|
D | TextureGeneratorStucci.java | 79 int bytesPerPixel = colorBand != null ? 4 : 1; in generate() local
|
D | TextureGeneratorClouds.java | 83 int bytesPerPixel = sType == TEX_COLOR || colorBand != null ? 4 : 1; in generate() local
|
D | TextureGeneratorBlend.java | 126 int bytesPerPixel = colorBand != null ? 4 : 1; in generate() local
|
D | TextureGeneratorMusgrave.java | 70 int bytesPerPixel = colorBand != null ? 4 : 1; in generate() local
|
D | TextureGeneratorDistnoise.java | 74 int bytesPerPixel = colorBand != null ? 4 : 1; in generate() local
|
D | TextureGeneratorMarble.java | 71 int bytesPerPixel = colorBand != null ? 4 : 1; in generate() local
|
D | TextureGeneratorVoronoi.java | 80 int bytesPerPixel = voronoiColorType != 0 || colorBand != null ? 4 : 1; in generate() local
|
D | TextureGeneratorWood.java | 83 int bytesPerPixel = colorBand != null ? 4 : 1; in generate() local
|
/external/glide/library/src/main/java/com/bumptech/glide/util/ |
D | Util.java | 94 int bytesPerPixel; in getBytesPerPixel() local
|
/external/skia/src/gpu/text/ |
D | GrBatchFontCache.cpp | 215 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() local
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
D | HDRLoader.java | 301 int bytesPerPixel = pixelFormat.getBitsPerPixel() / 8; in load() local
|
/external/mesa3d/src/mesa/main/ |
D | image.c | 295 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_row_stride() local 342 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_image_stride() local
|
/external/libvncserver/libvncserver/ |
D | main.c | 811 int bytesPerPixel) in rfbGetScreen() 943 int bytesPerPixel) in rfbNewFramebuffer()
|
D | scale.c | 144 int bitsPerPixel, bytesPerPixel, bytesPerLine, areaX, areaY, area2; in rfbScaledScreenUpdateRect() local
|
/external/skia/include/core/ |
D | SkImageInfo.h | 255 int bytesPerPixel() const { in bytesPerPixel() function
|
D | SkBitmap.h | 94 int bytesPerPixel() const { return fInfo.bytesPerPixel(); } in bytesPerPixel() function
|
/external/libvncserver/client_examples/ |
D | SDLvncviewer.c | 25 static int realWidth, realHeight, bytesPerPixel, rowStride; variable
|
/external/autotest/client/deps/nvmap_compactor/src/ |
D | nvmap_carveout_compactor.c | 137 int x, y, bytesPerPixel; in CreateTexture() local
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | DrawUtils.java | 309 int bytesPerPixel = Math.max(1, srcData.depth / 8); in rotateOptimized() local
|