代码搜索:Base
找到约 10,000 项符合「Base」的源代码
代码结果 10,000
www.eeworm.com/read/396640/2408950
svn-base base_runtime.h.svn-base
/*
* Base Fitz runtime.
* Contains: errors, memory manager, utf-8 strings, "standard" macros
*/
#ifndef __printflike
#if __GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ >= 7
#define __printflike(f
www.eeworm.com/read/396640/2408954
svn-base base_cpudep.h.svn-base
#if defined(ARCH_X86) || defined(ARCH_X86_64)
# define HAVE_CPUDEP
# define HAVE_MMX (1
www.eeworm.com/read/396640/2408956
svn-base base_hash.h.svn-base
/*
* Generic hash-table with fixed-length keys.
*/
typedef struct fz_hashtable_s fz_hashtable;
fz_error *fz_newhash(fz_hashtable **tablep, int initialsize, int keylen);
fz_error *fz_resizehash(fz_
www.eeworm.com/read/396640/2408958
svn-base base_math.h.svn-base
/* multiply 8-bit fixpoint (0..1) so that 0*0==0 and 255*255==255 */
#define fz_mul255(a,b) (((a) * ((b) + 1)) >> 8)
#define fz_floor(x) floor(x)
#define fz_ceil(x) ceil(x)
/* divide and floor toward
www.eeworm.com/read/396640/2408961
svn-base base_pixmap.h.svn-base
/* TODO: move this into draw module */
/*
pixmaps have n components per pixel. the first is always alpha.
premultiplied alpha when rendering, but non-premultiplied for colorspace
conversions and resca
www.eeworm.com/read/396640/2408962
svn-base base_sysdep.h.svn-base
/*
* Include the basic standard libc headers.
*/
#include
#include
#include
#include
#include
#include
#include /* INT_M
www.eeworm.com/read/396640/2408966
svn-base base_geom.h.svn-base
typedef struct fz_matrix_s fz_matrix;
typedef struct fz_point_s fz_point;
typedef struct fz_rect_s fz_rect;
typedef struct fz_ipoint_s fz_ipoint;
typedef struct fz_irect_s fz_irect;
extern fz_rect fz
www.eeworm.com/read/396640/2411265
svn-base base_util.h.svn-base
/* Written by Krzysztof Kowalczyk (http://blog.kowalczyk.info)
The author disclaims copyright to this source code. */
#ifndef BASE_UTIL_H_
#define BASE_UTIL_H_
#ifdef _UNICODE
#ifndef UNICODE
#def
www.eeworm.com/read/396640/2411270
svn-base base_util.c.svn-base
/* Written by Krzysztof Kowalczyk (http://blog.kowalczyk.info)
The author disclaims copyright to this source code. */
#include "base_util.h"
void swap_int(int *one, int *two)
{
int tmp =
www.eeworm.com/read/388751/2546972
svn-base ext-base.js.svn-base
/*
* Ext JS Library 2.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
Ext={version:"2.2"};window["undefined"]=window["undefined"];Ext.app