Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 25 of 99) sorted by relevance

1234

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dioapi.c21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument
25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument
41 …ll_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin) in call_zseek64() argument
44 …*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset,origin); in call_zseek64()
51 …urn (*(pfilefunc->zseek32_file))(pfilefunc->zfile_func64.opaque,filestream,offsetTruncated,origin); in call_zseek64()
91 …ong ZCALLBACK fseek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
161 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) in fseek_file_func() argument
165 switch (origin) in fseek_file_func()
184 static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) in fseek64_file_func() argument
188 switch (origin) in fseek64_file_func()
A Dioapi.h142 … (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
159 … (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
195 …eek64 OF((const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin));
A Diowin32.c40 … ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
309 long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong offset,int origin) in win32_seek_file_func() argument
317 switch (origin) in win32_seek_file_func()
347 long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) in win32_seek64_file_func() argument
356 switch (origin) in win32_seek64_file_func()
A Dminizip.c35 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument
39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument
A Dminiunz.c34 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument
38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument
/AliOS-Things-master/components/freetype/src/smooth/
A Dftsmooth.c102 const FT_Vector* origin, in ft_smooth_render_generic() argument
144 if ( origin ) in ft_smooth_render_generic()
146 FT_Outline_Translate( outline, origin->x, origin->y ); in ft_smooth_render_generic()
392 FT_Outline_Translate( outline, -origin->x, -origin->y ); in ft_smooth_render_generic()
408 const FT_Vector* origin ) in ft_smooth_render() argument
413 return ft_smooth_render_generic( render, slot, mode, origin, in ft_smooth_render()
423 const FT_Vector* origin ) in ft_smooth_render_lcd() argument
427 error = ft_smooth_render_generic( render, slot, mode, origin, in ft_smooth_render_lcd()
441 const FT_Vector* origin ) in ft_smooth_render_lcd_v() argument
445 error = ft_smooth_render_generic( render, slot, mode, origin, in ft_smooth_render_lcd_v()
/AliOS-Things-master/components/SDL2/test/
A Dtestnativecocoa.m26 rect.origin.x = 0;
27 rect.origin.y = 0;
30 rect.origin.y = CGDisplayPixelsHigh(kCGDirectMainDisplay) - rect.origin.y - rect.size.height;
A Dtestrendercopyex.c103 SDL_Point origin = {0,0}; in Draw() local
117 center = &origin; in Draw()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_stream.cxx209 ios::pos_type origin; in _tiffosSeekProc() local
217 origin = data->start_pos; in _tiffosSeekProc()
220 origin = os->tellp(); in _tiffosSeekProc()
224 origin = os->tellp(); in _tiffosSeekProc()
231 if( (static_cast<uint64>(origin) + off) > static_cast<uint64>(data->start_pos) ) { in _tiffosSeekProc()
239 num_fill = (static_cast<uint64>(origin)) + off - os->tellp(); in _tiffosSeekProc()
244 os->seekp(static_cast<ios::off_type>(static_cast<uint64>(origin) + off), ios::beg); in _tiffosSeekProc()
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dioapi.c55 int origin));
115 long ZCALLBACK fseek_file_func(opaque, stream, offset, origin) in fseek_file_func() argument
119 int origin;
123 switch (origin) {
A Diowin32.c51 int origin));
188 long ZCALLBACK win32_seek_file_func (opaque, stream, offset, origin) in win32_seek_file_func() argument
192 int origin;
200 switch (origin)
/AliOS-Things-master/components/freetype/src/base/
A Dftglyph.c505 FT_Vector* origin, in FT_Glyph_To_Bitmap() argument
555 if ( origin ) in FT_Glyph_To_Bitmap()
556 FT_Glyph_Transform( glyph, 0, origin ); in FT_Glyph_To_Bitmap()
558 FT_UNUSED( origin ); in FT_Glyph_To_Bitmap()
567 if ( !destroy && origin ) in FT_Glyph_To_Bitmap()
572 v.x = -origin->x; in FT_Glyph_To_Bitmap()
573 v.y = -origin->y; in FT_Glyph_To_Bitmap()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/stream/
A Dtiffstream.cpp123 TiffStream::seek(thandle_t fd, toff_t offset, int origin) in seek() argument
126 if(ts->seekInt(fd, offset, origin) == true) return offset; in seek()
193 TiffStream::seekInt(thandle_t fd, unsigned int offset, int origin) in seekInt() argument
198 switch(origin) { in seekInt()
A Dtiffstream.h34 static toff_t seek(thandle_t fd, toff_t offset, int origin);
49 bool seekInt(thandle_t fd, unsigned int offset, int origin);
/AliOS-Things-master/components/freetype/src/raster/
A Dftrend1.c103 const FT_Vector* origin ) in ft_raster1_render() argument
159 if ( origin ) in ft_raster1_render()
160 FT_Outline_Translate( outline, origin->x, origin->y ); in ft_raster1_render()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DCORSRule.h38 void addAllowedOrigin(const std::string& origin) { allowedOrigins_.push_back(origin); } in addAllowedOrigin() argument
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoawindow.m224 r->origin.y = CGDisplayPixelsHigh(kCGDirectMainDisplay) - r->origin.y - r->size.height;
570 x = (int)rect.origin.x;
571 y = (int)rect.origin.y;
590 x = (int)rect.origin.x;
591 y = (int)rect.origin.y;
1469 if (rect.origin.x >= screenRect.origin.x &&
1470 rect.origin.x < screenRect.origin.x + screenRect.size.width &&
1471 rect.origin.y >= screenRect.origin.y &&
1472 rect.origin.y < screenRect.origin.y + screenRect.size.height) {
1474 rect.origin.x -= screenRect.origin.x;
[all …]
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_BWin.h230 virtual void FrameMoved(BPoint origin) { in FrameMoved() argument
233 msg.AddInt32("window-x", (int)origin.x); in FrameMoved()
234 msg.AddInt32("window-y", (int)origin.y); in FrameMoved()
238 BDirectWindow::FrameMoved(origin); in FrameMoved()
267 virtual void Zoom(BPoint origin, in Zoom() argument
278 BDirectWindow::Zoom(origin, width, height); in Zoom()
/AliOS-Things-master/components/oss/src/model/
A DSetBucketCorsRequest.cc49 for (const auto &origin : rule.AllowedOrigins()) in payload() local
50 ss << " <AllowedOrigin>" << origin << "</AllowedOrigin>" << std::endl; in payload()
/AliOS-Things-master/components/SDL2/src/hidapi/
A DHACKING.txt14 git push origin $TAG_NAME
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_tif.c93 static toff_t tiff_seek(thandle_t fd, toff_t offset, int origin) in tiff_seek() argument
95 return SDL_RWseek((SDL_RWops*)fd, offset, origin); in tiff_seek()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dtrmul.cc328 const SidePair<int> origin{0, 0}; in TrMul() local
333 params->RunPack(side, tuning, origin[side], rounded_dims[side]); in TrMul()
336 params->RunKernel(tuning, origin, rounded_dims); in TrMul()
/AliOS-Things-master/documentation/developer/
A Dcontribute_code.md85 $ git remote -v #此时本地有两个远程地址,origin和upstream,origin对应fork仓库,upstream对应<TARGET>仓库
/AliOS-Things-master/components/freetype/include/
A Dftglyph.h535 FT_Vector* origin,
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitview.m13 1. The origin of this software must not be misrepresented; you must not
163 CGPoint origin = self.bounds.origin;
166 point.x -= origin.x;
167 point.y -= origin.y;

Completed in 38 milliseconds

1234