Searched defs:height (Results 226 - 250 of 2970) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/swrast/
H A Ds_bitmap.c50 GLsizei width, GLsizei height,
77 for (row = 0; row < height; row++) {
79 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
126 if (count + width >= SWRAST_MAX_WIDTH || row + 1 == height) {
149 GLsizei width, GLsizei height,
175 for (row=0; row<height; row++, span.y++) {
177 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
49 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap ) argument
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DVideoQuality.java22 int height; field in class:VideoQuality
/external/proguard/src/proguard/gui/splash/
H A DRectangleSprite.java37 private final VariableInt height; field in class:RectangleSprite
49 * @param height the variable height of the rectangle.
56 VariableInt height)
58 this(filled, color, x, y, width, height, new ConstantInt(0), new ConstantInt(0));
69 * @param height the variable height of the rectangle.
71 * @param arcHeight the variable height of the corner arcs.
78 VariableInt height,
87 this.height
51 RectangleSprite(boolean filled, VariableColor color, VariableInt x, VariableInt y, VariableInt width, VariableInt height) argument
73 RectangleSprite(boolean filled, VariableColor color, VariableInt x, VariableInt y, VariableInt width, VariableInt height, VariableInt arcWidth, VariableInt arcHeight) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios_centscreen.c58 modeinfo.height = listedmode.physy;
77 void SDL_XBIOS_CentscreenSetmode(_THIS, int width, int height, int planes) argument
83 newmode.physy = height;
/external/skia/bench/
H A DBlurRoundRectBench.cpp26 BlurRoundRectBench(int width, int height, int cornerRadius) argument
28 fName.appendf("_WH[%ix%i]_cr[%i]", width, height, cornerRadius);
29 SkRect r = SkRect::MakeWH(SkIntToScalar(width), SkIntToScalar(height));
39 SkScalarCeilToInt(fRRect.rect().height()));
/external/skia/include/core/
H A DSkImage.h54 int height() const { return fHeight; } function in class:SkImage
100 SkImage(int width, int height) : argument
102 fHeight(height),
106 SkASSERT(height >= 0);
/external/skia/include/gpu/
H A DGrRect.h24 int height() const { return fBottom - fTop; } function in struct:GrIRect16
25 int area() const { return this->width() * this->height(); }
H A DGrSurface.h32 * Retrieves the height of the surface.
34 * @return the height in texels
36 int height() const { return fDesc.fHeight; } function in class:GrSurface
39 * Helper that gets the width and height of the surface as a bounding rectangle.
42 SkIntToScalar(this->height())); }
97 * @param height height of rectangle to read in pixels.
107 virtual bool readPixels(int left, int top, int width, int height,
119 * @param height height o
[all...]
/external/skia/include/images/
H A DSkPageFlipper.h27 SkPageFlipper(int width, int height);
30 int height() const { return fHeight; } function in class:SkPageFlipper
32 void resize(int width, int height);
/external/skia/src/core/
H A DSkBitmap_scroll.cpp28 int height = this->height(); local
31 if ((dx | dy) == 0 || width <= 0 || height <= 0) {
42 r.set(0, 0, width, height);
71 height += dy;
74 height -= dy;
76 src += (height - 1) * rowBytes;
77 dst += (height - 1) * rowBytes;
97 while (--height >= 0) {
H A DSkPictureRecorder.cpp28 SkCanvas* SkPictureRecorder::beginRecording(int width, int height, argument
33 fHeight = height;
35 const SkISize size = SkISize::Make(width, height);
38 SkAutoTUnref<SkBBoxHierarchy> tree((*bbhFactory)(width, height));
49 SkCanvas* SkPictureRecorder::EXPERIMENTAL_beginRecording(int width, int height, argument
53 fHeight = height;
57 fRecorder = SkNEW_ARGS(SkRecorder, (fRecord, width, height));
H A DSkRecording.cpp26 SkRecording::SkRecording(int width, int height) argument
28 , fRecorder(SkNEW_ARGS(SkRecorder, (fRecord.get(), width, height)))
/external/skia/src/doc/
H A DSkDocument.cpp21 SkCanvas* SkDocument::beginPage(SkScalar width, SkScalar height, argument
23 if (width <= 0 || height <= 0) {
27 SkRect outer = SkRect::MakeWH(width, height);
42 return this->onBeginPage(width, height, inner);
/external/skia/src/gpu/
H A DGrRectanizer_skyline.cpp12 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { argument
14 (unsigned)height > (unsigned)this->height()) {
21 int bestY = this->height() + 1;
25 if (this->rectangleFits(i, width, height, &y)) {
38 this->addSkylineLevel(bestIndex, bestX, bestY, width, height);
42 fAreaSoFar += width*height;
51 bool GrRectanizerSkyline::rectangleFits(int skylineIndex, int width, int height, int* ypos) const { argument
62 if (y + height > this->height()) {
[all...]
H A DGrStencilBuffer.cpp22 // we should never have more than one stencil buffer with same combo of (width,height,samplecount)
23 void gen_cache_id(int width, int height, int sampleCnt, GrCacheID* cacheID) { argument
28 keyData[1] = height;
37 int height,
43 gen_cache_id(width, height, sampleCnt, &id);
36 ComputeKey(int width, int height, int sampleCnt) argument
/external/skia/src/gpu/gl/
H A DSkGLContextHelper.cpp30 bool SkGLContextHelper::init(int width, int height) { argument
63 width, height));
67 width, height));
97 width, height));
107 width, height));
113 SK_GL(*this, Viewport(0, 0, width, height));
/external/skia/src/images/
H A DSkPageFlipper.cpp22 SkPageFlipper::SkPageFlipper(int width, int height) { argument
24 fHeight = height;
28 fDirty0->setRect(0, 0, width, height);
32 void SkPageFlipper::resize(int width, int height) { argument
34 fHeight = height;
37 fDirty1->setRect(0, 0, width, height);
/external/skia/src/opts/
H A DSkBlitRect_opts_SSE2.cpp17 int width, int height,
23 while (--height >= 0) {
51 int width, int height,
57 while (--height >= 0) {
114 int width, int height,
116 if (0 == height || 0 == width || 0 == color) {
123 BlitRect32_OpaqueNarrow_SSE2(destination, width, height,
126 BlitRect32_OpaqueWide_SSE2(destination, width, height,
130 SkBlitRow::ColorRect32(destination, width, height, rowBytes, color);
16 BlitRect32_OpaqueNarrow_SSE2(SkPMColor* SK_RESTRICT destination, int width, int height, size_t rowBytes, uint32_t color) argument
50 BlitRect32_OpaqueWide_SSE2(SkPMColor* SK_RESTRICT destination, int width, int height, size_t rowBytes, uint32_t color) argument
113 ColorRect32_SSE2(SkPMColor* destination, int width, int height, size_t rowBytes, uint32_t color) argument
/external/skia/src/pathops/
H A DSkPathOpsRect.h52 double height() const { function in struct:SkDRect
/external/skia/src/svg/
H A DSkSVGSVG.cpp17 SVG_ATTRIBUTE(height),
37 SkScalar height, width; local
39 const char* hSuffix = SkParse::FindScalar(f_height.c_str(), &height);
41 height = SkScalarMulDiv(height, SK_Scalar1 * 72, SK_Scalar1 * 96);
48 box.fTop = SkScalarDiv(viewBox[1], height);
50 box.fBottom = SkScalarDiv(viewBox[3], height);
/external/skia/tests/
H A DFillPathTest.cpp33 int height = 100; local
36 clip.set(0, height - expected_lines, width, height);
38 path.quadTo(SkIntToScalar(width/2), SkIntToScalar(height),
/external/skia/tools/skpdiff/
H A DSkDifferentPixelsMetric_cpu.cpp22 if (baseline->width() != test->width() || baseline->height() != test->height() ||
23 baseline->width() <= 0 || baseline->height() <= 0 ||
29 int height = baseline->height(); local
33 result->poiAlphaMask.allocPixels(SkImageInfo::MakeA8(width, height));
41 for (int y = 0; y < height; y++) {
63 result->result = 1.0 - ((double)result->poiCount / (width * height));
/external/skia/tools/
H A Dskpmaker.cpp23 DEFINE_int32(height, 200, "Height of canvas to create.");
28 static void skpmaker(int width, int height, int border, SkColor color, argument
31 SkCanvas* canvas = recorder.beginRecording(width, height, NULL, 0);
35 canvas->drawRectCoords(0, 0, SkIntToScalar(width), SkIntToScalar(height), paint);
38 SkIntToScalar(width - border*2), SkIntToScalar(height - border*2),
60 SkDebugf("--height must be >0\n");
/external/ceres-solver/examples/
H A Dpgm_image.h53 PGMImage(int width, int height);
61 int height() const;
94 PGMImage<Real>::PGMImage(int width, int height) argument
95 : height_(height), width_(width), data_(width*height, 0.0) {
119 int PGMImage<Real>::height() const { function in class:ceres::examples::PGMImage
189 outputfile << " # <width> <height> <levels> " << std::endl;
/external/chromium_org/ash/wm/
H A Dash_native_cursor_manager_unittest.cc196 int height = image->height; local
204 EXPECT_EQ(height * 2, static_cast<int>(image->height));

Completed in 422 milliseconds

1234567891011>>