Home
last modified time | relevance | path

Searched refs:masks (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_pixels.c138 Uint32 masks[4]; in SDL_PixelFormatEnumToMasks() local
243 *Rmask = masks[1]; in SDL_PixelFormatEnumToMasks()
244 *Gmask = masks[2]; in SDL_PixelFormatEnumToMasks()
245 *Bmask = masks[3]; in SDL_PixelFormatEnumToMasks()
248 *Rmask = masks[0]; in SDL_PixelFormatEnumToMasks()
249 *Gmask = masks[1]; in SDL_PixelFormatEnumToMasks()
250 *Bmask = masks[2]; in SDL_PixelFormatEnumToMasks()
253 *Amask = masks[0]; in SDL_PixelFormatEnumToMasks()
254 *Rmask = masks[1]; in SDL_PixelFormatEnumToMasks()
255 *Gmask = masks[2]; in SDL_PixelFormatEnumToMasks()
[all …]
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsframebuffer.c62 Uint32 *masks; in WIN_CreateWindowFramebuffer() local
65 masks = (Uint32*)((Uint8*)info + info->bmiHeader.biSize); in WIN_CreateWindowFramebuffer()
66 *format = SDL_MasksToPixelFormatEnum(bpp, masks[0], masks[1], masks[2], 0); in WIN_CreateWindowFramebuffer()
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshrec.c219 PS_Mask mask = table->masks; in ps_mask_table_done()
225 FT_FREE( table->masks ); in ps_mask_table_done()
303 mask = table->masks + count - 1; in ps_mask_table_last()
378 PS_Mask mask1 = table->masks + index1; in ps_mask_table_test_intersect()
379 PS_Mask mask2 = table->masks + index2; in ps_mask_table_test_intersect()
427 PS_Mask mask1 = table->masks + index1; in ps_mask_table_merge()
428 PS_Mask mask2 = table->masks + index2; in ps_mask_table_merge()
550 dimension->masks.num_masks = 0; in ps_dimension_init()
585 FT_UInt count = dim->masks.num_masks; in ps_dimension_end_mask()
590 PS_Mask mask = dim->masks.masks + count - 1; in ps_dimension_end_mask()
[all …]
A Dpshrec.h113 PS_Mask masks; member
122 PS_Mask_TableRec masks; member
A Dpshalgo.c217 PS_Mask mask = hint_masks->masks; in psh_hint_table_init()
1371 &ps_hints->dimension[0].masks, in psh_glyph_init()
1379 &ps_hints->dimension[1].masks, in psh_glyph_init()
1675 PS_Mask mask = table->hint_masks->masks; in psh_glyph_find_strong_points()
1728 psh_hint_table_activate_mask( table, table->hint_masks->masks ); in psh_glyph_find_strong_points()
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_pixels.c135 Uint32 masks; in pixels_allocFreeFormat() local
150 masks = result->Rmask | result->Gmask | result->Bmask | result->Amask; in pixels_allocFreeFormat()
151 …SDLTest_AssertCheck(masks == 0, "Verify value of result.[RGBA]mask combined; expected: 0, got %u",… in pixels_allocFreeFormat()
172 masks = result->Rmask | result->Gmask | result->Bmask | result->Amask; in pixels_allocFreeFormat()
173 …SDLTest_AssertCheck(masks > 0, "Verify value of result.[RGBA]mask combined; expected: >0, got %u",… in pixels_allocFreeFormat()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoakeyboard.m347 /* Set up arrays for the device dependent masks with indices that
/AliOS-Things-master/components/freetype/src/gxvalid/
A DREADME468 classic Apple dialect using the following bit masks (this is based
/AliOS-Things-master/components/SDL2/src/hidapi/
A DLICENSE-gpl3.txt78 works, such as semiconductor masks.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt2891 or more PNG_FILTER_NAME masks.
3384 transformations are permitted, enabled by the following masks.
5393 We express integer constants that are used as bit masks in hex format,
A DCHANGES365 Fixed a bug in pngrtran.c (introduced in libpng-1.0.1a) where the masks for
3631 of the code, allowing it to be optimized for Adam7 interlace. The masks
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c52815 …_getinfo_bitmask(duk_hthread *thr, const char * const * keys, duk_uint_t *masks, duk_uint_t flags)… argument
52820 mask = *masks++;

Completed in 263 milliseconds