/packages/apps/Camera2/jni/ |
tinyplanet.cc | 30 ImageRGBA(unsigned char* image, int width, int height) 31 : image_(image), width_(width), height_(height) { 32 width_step_ = width * 4; 35 int Width() const { 133 JNIEXPORT void JNICALL Java_com_android_camera_tinyplanet_TinyPlanetNative_process(JNIEnv* env, jobject obj, jobject bitmap_in, jint width, jint height, jobject bitmap_out, jint output_size, jfloat scale, jfloat angle) 142 StereographicProjection(scale, angle, rgb_in, width, height, rgb_out, output_size, output_size);
|
/packages/apps/Gallery2/jni/filters/ |
tinyplanet.cc | 29 ImageRGBA(unsigned char* image, int width, int height) 30 : image_(image), width_(width), height_(height) { 31 width_step_ = width * 4; 34 int Width() const { 132 void JNIFUNCF(ImageFilterTinyPlanet, nativeApplyFilter, jobject bitmap_in, jint width, jint height, jobject bitmap_out, jint output_size, jfloat scale,jfloat angle) 141 StereographicProjection(scale,angle, rgb_in, width, height, rgb_out, output_size, output_size);
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 40 inline int Width() 72 int width, height; member in class:MosaicFrame 80 width = _width; 84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS); 100 return (image + (width*height)); 108 return (image + (width*height*2)); 116 ImageType U = image + (width*height); 117 return U[y*width+x]; 125 ImageType U = image + (width*height*2); 126 return U[y*width+x] 139 double width; member in struct:__anon28200 [all...] |
/external/libedit/src/ |
chartype.h | 113 Width(wchar_t c) 167 #define Width(c) 1 225 /* Visual width of character c, taking into account ^? , \0177 and \U+nnnnn 230 * the width given by ct_visual_width(). Returns the number of characters used 239 /* printable character, use ct_visual_width() to find out display width */
|
/external/llvm/include/llvm/Object/ |
RelocVisitor.h | 34 // The width of the value; how many bytes to touch when applying the 36 char Width; 37 RelocToApply(int64_t Value, char Width) : Value(Value), Width(Width) {} 38 RelocToApply() : Value(0), Width(0) {} 401 return RelocToApply(static_cast<uint32_t>(Value), /*Width=*/4); 405 return RelocToApply(static_cast<uint32_t>(Value), /*Width=*/4); 410 return RelocToApply(static_cast<uint32_t>(Value), /*Width=*/4); 414 return RelocToApply(Value, /*Width=*/8) [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonMachineScheduler.cpp | 300 unsigned Width = SchedModel->getIssueWidth(); 301 IssueCount = (IssueCount <= Width) ? 0 : IssueCount - Width;
|
/external/pdfium/fpdfsdk/include/fxedit/ |
fxet_list.h | 92 FX_FLOAT Width() const
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
SkPdfImageDictionary_autogen.cpp | 35 int64_t SkPdfImageDictionary::Width(SkPdfNativeDoc* doc) { 36 SkPdfNativeObject* ret = get("Width", ""); 44 return get("Width", "") != NULL;
|
/external/skia/tests/ |
CachedDecodingPixelRefTest.cpp | 56 REPORTER_ASSERT(reporter, b1.width() == b2.width()); 70 if ((b1.width() != b2.width()) || 80 for (int x = 0; x < b2.width(); ++x) { 170 static int Width() { return 10; } 181 return SkImageInfo::MakeN32(TestImageGenerator::Width(), TestImageGenerator::Height(), 199 TestImageGenerator::Color(), info.width()); 214 REPORTER_ASSERT(reporter, TestImageGenerator::Width() == bm.width()); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dxgitype.h | 56 UINT Width;
|
d3dx9tex.h | 74 UINT Width; 186 HRESULT WINAPI D3DXCheckTextureRequirements(struct IDirect3DDevice9 *device, UINT *width, UINT *height, 190 HRESULT WINAPI D3DXCheckVolumeTextureRequirements(struct IDirect3DDevice9 *device, UINT *width, UINT *height, 193 HRESULT WINAPI D3DXCreateTexture(struct IDirect3DDevice9 *device, UINT width, UINT height, 197 HRESULT WINAPI D3DXCreateVolumeTexture(struct IDirect3DDevice9 *device, UINT width, UINT height, UINT depth, 237 UINT width, UINT height, UINT miplevels, DWORD usage, D3DFORMAT format, 241 UINT width, UINT height, UINT miplevels, DWORD usage, D3DFORMAT format, 257 UINT width, UINT height, UINT depth, UINT miplevels, DWORD usage, D3DFORMAT format, 261 UINT width, UINT height, UINT depth, UINT miplevels, DWORD usage, D3DFORMAT format, 267 const char *resource, UINT width, UINT height, UINT miplevels, DWORD usage, D3DFORMAT format [all...] |
/external/clang/lib/CodeGen/ |
CGDeclCXX.cpp | 129 uint64_t Width = WidthChars.getQuantity(); 130 llvm::Value *Args[2] = { llvm::ConstantInt::getSigned(CGF.Int64Ty, Width),
|
/external/libvpx/libvpx/test/ |
convolve_test.cc | 198 int Width() const { return GET_PARAM(0); } 201 const int center = (kOuterBlockSize - Width()) / 2; 210 i % kOuterBlockSize >= (BorderLeft() + Width())); 269 Width(), Height())); 274 for (int x = 0; x < Width(); ++x) 286 Width(), Height())); 291 for (int x = 0; x < Width(); ++x) 303 Width(), Height())); 308 for (int x = 0; x < Width(); ++x) 356 Width(), Height()) [all...] |
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 102 int Width;
|
onyxc_int.h | 74 int Width;
|
/external/llvm/lib/Target/X86/ |
X86TargetTransformInfo.cpp | 36 assert(isPowerOf2_32(TyWidth) && "Ty width must be power of 2"); 628 // Multiply that by the vector width. 744 unsigned Width = LT.second.getVectorNumElements(); 745 Index = Index % Width; [all...] |
/external/opencv/cxcore/include/ |
cvwimage.h | 68 // Thus (c,r) is usually in the domain [0, width) X [0, height) 82 // int w = im.Width(); 89 // for (int c = 0; c < im->Width(); ++c) { 192 int Width() const {return image_->width; } 235 WImageView<T> View(int c, int r, int width, int height); 271 WImageViewC<T, C> View(int c, int r, int width, int height); 310 WImageBuffer(int width, int height, int nchannels) : WImage<T>(0) { 311 Allocate(width, height, nchannels); 320 void Allocate(int width, int height, int nchannels) [all...] |
/external/skia/experimental/PdfViewer/pdfparser/native/ |
SkPdfNativeTokenizer.cpp | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
convolve_test.cc | 198 int Width() const { return GET_PARAM(0); } 201 const int center = (kOuterBlockSize - Width()) / 2; 210 i % kOuterBlockSize >= (BorderLeft() + Width())); 265 Width(), Height())); 270 for (int x = 0; x < Width(); ++x) 282 Width(), Height())); 287 for (int x = 0; x < Width(); ++x) 299 Width(), Height())); 304 for (int x = 0; x < Width(); ++x) 355 Width(), Height()) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
onyx.h | 102 int Width;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusmetaheader.h | 84 INT Width; 102 rect->Width = Width;
|
gdiplustypes.h | 62 INT Width; 66 Size(): Width(0), Height(0) {} 67 Size(INT width, INT height): Width(width), Height(height) {} 68 Size(const Size& size): Width(size.Width), Height(size.Height) {} 71 return Width == 0 && Height == 0; 74 return Width == size.Width && Height == size.Height [all...] |
/external/clang/include/clang/Basic/ |
Specifiers.h | 20 /// \brief Specifies the width of a type, e.g., short, long, or long long. 74 /*DeclSpec::TSW*/ unsigned Width : 2;
|
/external/giflib/ |
gif_lib.h | 47 GifWord Left, Top, Width, Height; /* Current image dimensions. */ 216 int GifQuantizeBuffer(unsigned int Width, unsigned int Height,
|
/external/llvm/include/llvm/Support/ |
ScaledNumber.h | 42 /// \brief Get the width of a number. 76 /// \brief Adjust a 64-bit scaled number down to the appropriate width. 84 const int Width = getWidth<DigitsT>(); 85 if (Width == 64 || Digits <= std::numeric_limits<DigitsT>::max()) 89 int Shift = 64 - Width - countLeadingZeros(Digits); 309 assert(ShiftL < getWidth<DigitsT>() && "can't shift more than width"); 424 static void dump(uint64_t D, int16_t E, int Width); 425 static raw_ostream &print(raw_ostream &OS, uint64_t D, int16_t E, int Width, 427 static std::string toString(uint64_t D, int16_t E, int Width, 503 static const int Width = sizeof(DigitsType) * 8 [all...] |