OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ColorPalette
(Results
1 - 13
of
13
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspixelformats.h
89
typedef struct
ColorPalette
{
93
}
ColorPalette
;
gdiplusheaders.h
104
Status GetPalette(
ColorPalette
*palette, INT size);
130
Status SetPalette(const
ColorPalette
*palette);
173
static Status InitializePalette(
ColorPalette
*palette,
217
PaletteType paletteType,
ColorPalette
*palette,
gdiplusimageattributes.h
121
Status GetAdjustedPalette(
ColorPalette
*
colorPalette
,
125
nativeImageAttributes,
colorPalette
, type));
gdiplusimpl.h
172
__inline__ Status Image::GetPalette(
ColorPalette
*palette, INT size)
337
__inline__ Status Image::SetPalette(const
ColorPalette
*palette)
397
__inline__ Status Bitmap::InitializePalette(
ColorPalette
*palette,
562
ColorPalette
*palette, REAL alphaThresholdPercent)
[
all
...]
gdiplusflat.h
66
GpStatus WINGDIPAPI GdipBitmapConvertFormat(GpBitmap*,PixelFormat,DitherType,PaletteType,
ColorPalette
*,REAL);
67
GpStatus WINGDIPAPI GdipInitializePalette(
ColorPalette
*,PaletteType,INT,BOOL,GpBitmap*);
398
GpStatus WINGDIPAPI GdipGetImagePalette(GpImage*,
ColorPalette
*,INT);
399
GpStatus WINGDIPAPI GdipSetImagePalette(GpImage*,GDIPCONST
ColorPalette
*);
437
GpStatus WINGDIPAPI GdipGetImageAttributesAdjustedPalette(GpImageAttributes*,
ColorPalette
*,ColorAdjustType);
[
all
...]
/external/fonttools/Lib/fontTools/ttLib/tables/
S_V_G_.py
35
<
colorPalette
uiNameID="n">
39
</
colorPalette
>
41
<
colorPalette
uiNameID="m">
45
</
colorPalette
>
51
The number of color records in each </
colorPalette
> must be the same as
137
colorPalette
=
ColorPalette
()
138
colorPaletteList.append(
colorPalette
)
139
colorPalette
.uiNameID = struct.unpack(">H", data[pos:pos+2])[0]
141
colorPalette
.paletteColors = paletteColors = [
[
all
...]
/external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp
251
ColorPalette
* palette,
274
GDIPCONST
ColorPalette
* palette);
583
CallFunc(GdipSetImagePalette)(bitmap, (
ColorPalette
*)pal);
595
CallFunc(GdipSetImagePalette)(bitmap, (
ColorPalette
*)palette);
650
CallFunc(GdipSetImagePalette)(bitmap, (
ColorPalette
*)pal);
[
all
...]
/prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
/prebuilts/tools/windows/swt/
swt.jar
/prebuilts/tools/windows-x86_64/swt/
swt.jar
Completed in 694 milliseconds