HomeSort by relevance Sort by last modified time
    Searched refs:height (Results 1626 - 1650 of 9458) sorted by null

<<61626364656667686970>>

  /external/skia/src/core/
SkBlitter_ARGB32.cpp 29 int height = clip.height(); local
38 } while (--height != 0);
218 void SkARGB32_Blitter::blitV(int x, int y, int height, SkAlpha alpha) {
232 while (--height >= 0) {
238 void SkARGB32_Blitter::blitRect(int x, int y, int width, int height) {
239 SkASSERT(x >= 0 && y >= 0 && x + width <= fDevice.width() && y + height <= fDevice.height());
249 while (--height >= 0) {
381 void SkARGB32_Shader_Blitter::blitRect(int x, int y, int width, int height) {
559 int height = clip.height(); local
    [all...]
  /external/skia/src/gpu/vk/
GrVkFramebuffer.h 24 int width, int height,
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 54 GifInterlaceIter(int height) : fHeight(height) {
158 msg, bm.width(), bm.height(), bm.getPixels(),
167 msg, bm.width(), bm.height(), bm.getPixels(),
209 int height = bm->height(); local
212 while (--height >= 0) {
260 int width, height; local
285 height = gif->SHeight;
293 const int innerHeight = desc.Height;
    [all...]
SkImageDecoder_pkm.cpp 48 const unsigned short height = etc1_pkm_get_height(buf); local
51 SkScaledBitmapSampler sampler(width, height, this->getSampleSize());
75 int nPixels = width * height;
81 outRGBDataPtr, width*3, buf, width, height, SkTextureCompressor::kETC1_Format)) {
SkMovie_gif.cpp 146 // pad for rest height
147 src += imageDesc.Width * ((imageDesc.Height - row + rowStep - 1) / rowStep);
154 int height = bm->height(); local
160 GifWord copyHeight = frame->ImageDesc.Height;
161 if (frame->ImageDesc.Top + copyHeight > height) {
162 copyHeight = height - frame->ImageDesc.Top;
185 int height = bm->height(); local
193 GifWord copyHeight = frame->ImageDesc.Height;
356 const int height = gif->SHeight; local
    [all...]
  /external/skia/tests/
BitmapTest.cpp 40 const int height = 0x00000096; local
41 const SkImageInfo info = SkImageInfo::MakeN32Premul(width, height);
52 const int height = 10; local
53 const SkImageInfo info = SkImageInfo::MakeN32Premul(width, height);
109 for (int height = 0; height < 2; ++height) {
111 bool setConf = bm.setInfo(SkImageInfo::MakeN32Premul(width, height));
116 REPORTER_ASSERT(reporter, SkToBool(width & height) != bm.empty());
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/transport/
AbsTransport.java 102 * @param height
103 * height in pixels
105 public abstract void setDimensions(int columns, int rows, int width, int height);
  /external/toybox/toys/pending/
vi.c 30 int x, width, y, height; member in struct:linestack_show
  /external/webrtc/talk/app/webrtc/java/jni/
native_handle_impl.h 52 int height,
  /external/webrtc/talk/media/webrtc/
simulcast.h 67 int height,
  /external/webrtc/webrtc/base/
win32windowpicker.h 27 int* height);
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor.cc 25 assert(0 <= hotspot_.y() && hotspot_.y() <= image_->size().height());
  /external/webrtc/webrtc/modules/video_coding/
packet.h 51 int height; member in class:webrtc::VCMPacket
  /external/webrtc/webrtc/modules/video_render/ios/
open_gles20.h 28 bool Setup(int32_t width, int32_t height);
47 // Initialize the textures by the frame width and height
  /external/webrtc/webrtc/modules/video_render/linux/
video_x11_channel.cc 50 != videoFrame.height()) {
51 if (FrameSizeChange(videoFrame.width(), videoFrame.height(), 1) == -1) {
59 int32_t height,
67 if (CreateLocalRenderer(width, height) == -1)
96 int32_t VideoX11Channel::GetFrameSize(int32_t& width, int32_t& height)
99 height = _height;
229 int32_t VideoX11Channel::CreateLocalRenderer(int32_t width, int32_t height)
248 _height = height;
254 * _image->height), IPC_CREAT | 0777);
  /frameworks/av/include/media/
IRemoteDisplayClient.h 52 uint32_t width, uint32_t height, uint32_t flags, uint32_t session) = 0; // one-way
  /frameworks/av/include/media/stagefright/
YUVImage.h 56 YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height);
60 YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height, uint8_t *buffer);
68 static size_t bufferSize(YUVFormat yuvFormat, int32_t width, int32_t height);
71 int32_t height() const {return mHeight;} function in class:android::YUVImage
73 // Returns true if pixel is the range [0, width-1] x [0, height-1]
78 // Note that the range of x is [0, width-1] and the range of y is [0, height-1].
84 // Note that the range of x is [0, width-1] and the range of y is [0, height-1].
147 // Note that the range of x is [0, width-1] and the range of y is [0, height-1].
167 // Note that the range of x is [0, width-1] and the range of y is [0, height-1].
  /frameworks/av/media/libmedia/
IRemoteDisplayClient.cpp 41 uint32_t width, uint32_t height, uint32_t flags, uint32_t session)
47 data.writeInt32(height);
82 uint32_t height = data.readInt32(); local
85 onDisplayConnected(surfaceTexture, width, height, flags, session);
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 90 mVideoHeight = videoSize.height;
92 if (OK == mInitCheck && !trySettingVideoSize(videoSize.width, videoSize.height)) {
125 int32_t width, int32_t height) {
144 int32_t pictureHeight = supportedSizes[i].height;
146 if ((pictureWidth == width) && (pictureHeight == height)) {
153 ALOGV("Video size (%d, %d) is supported", width, height);
155 params.setVideoSize(width, height);
157 params.setPreviewSize(width, height);
162 ALOGE("Failed to set preview size to %dx%d", width, height);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 34 void GenerateSearchRegion(UChar *searchPadding, UChar *ref, Int width, Int height,
81 Int height = video->vol[video->currLayer]->height; local
106 else if (jmin >= height - 1)
117 else if (jmin >= height - 16)
190 Int height; local
203 height = video->vol[video->currLayer]->height;
227 else if (jmin >= height - 1)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.c 266 u32 width, height; local
272 height = image->height;
277 picSize = width * height;
  /frameworks/av/media/libstagefright/yuv/
YUVImage.cpp 26 YUVImage::YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height) {
29 mHeight = height;
31 size_t numberOfBytes = bufferSize(yuvFormat, width, height);
39 YUVImage::YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height, uint8_t *buffer) {
42 mHeight = height;
50 size_t YUVImage::bufferSize(YUVFormat yuvFormat, int32_t width, int32_t height) {
51 int32_t numberOfPixels = width*height;
205 int32_t height = srcRect.height(); local
239 for (int32_t offsetY = 0; offsetY < height; ++offsetY)
287 int32_t height = srcRect.height(); local
    [all...]
  /frameworks/base/core/java/android/hardware/display/
IDisplayManager.aidl 69 int width, int height, int densityDpi, in Surface surface, int flags);
73 int width, int height, int densityDpi);
  /frameworks/base/libs/hwui/
BakedOpRenderer.cpp 32 OffscreenBuffer* BakedOpRenderer::startTemporaryLayer(uint32_t width, uint32_t height) {
35 OffscreenBuffer* buffer = mRenderState.layerPool().get(mRenderState, width, height);
36 startRepaintLayer(buffer, Rect(width, height));
75 offscreenBuffer->texture.height());
105 const uint32_t height = area.getHeight(); local
106 OffscreenBuffer* buffer = mRenderState.layerPool().get(mRenderState, width, height);
107 if (!area.isEmpty() && width != 0 && height != 0) {
112 area.left, mRenderTarget.viewportHeight - area.bottom, width, height);
117 void BakedOpRenderer::startFrame(uint32_t width, uint32_t height, const Rect& repaintRect) {
120 setViewport(width, height);
    [all...]
  /frameworks/base/libs/hwui/renderstate/
Scissor.h 31 bool set(GLint x, GLint y, GLint width, GLint height);

Completed in 1717 milliseconds

<<61626364656667686970>>