HomeSort by relevance Sort by last modified time
    Searched refs:Xpos (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
Fonts.c 66 UINTN Xpos;
110 for (Xpos = 0; Xpos < EFI_GLYPH_WIDTH; Xpos++) {
111 if (CompareMem (&Blt->Image.Bitmap[Ypos * EFI_GLYPH_WIDTH + Xpos], &mSysFGColor, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)) == 0) {
112 mNarrowGlyphBuffer.GlyphCol1[Ypos] = (UINT8) (mNarrowGlyphBuffer.GlyphCol1[Ypos] | (1 << (EFI_GLYPH_WIDTH - 1 - Xpos)));
170 UINTN Xpos;
177 for (Xpos = 0; Xpos < Width; Xpos++) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Image.c 254 UINT16 Xpos;
294 for (Xpos = 0; Xpos < Image->Width / 8; Xpos++) {
295 Byte = *(Data + OffsetY + Xpos);
298 BitMapPtr[Ypos * Image->Width + Xpos * 8 + (8 - Index - 1)] = PaletteValue[1];
300 BitMapPtr[Ypos * Image->Width + Xpos * 8 + (8 - Index - 1)] = PaletteValue[0];
309 Byte = *(Data + OffsetY + Xpos);
312 BitMapPtr[Ypos * Image->Width + Xpos * 8 + Index] = PaletteValue[1];
314 BitMapPtr[Ypos * Image->Width + Xpos * 8 + Index] = PaletteValue[0];
    [all...]
Font.c 297 UINT8 Xpos;
324 for (Xpos = 0; Xpos < Width; Xpos++) {
325 if ((GlyphBuffer[Ypos] & (1 << (EFI_GLYPH_WIDTH - Xpos - 1))) != 0) {
326 Buffer[Ypos * ImageWidth + Xpos] = Foreground;
329 Buffer[Ypos * ImageWidth + Xpos] = Background;
379 UINT16 Xpos;
420 for (Xpos = 0; Xpos < Cell->Width / 8; Xpos++) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
dcac_prediction.cpp 59 static const int Xpos[6] = { -1, 0, -1, 0, -1, -1};
89 x_offset = Xpos[comp];
231 static const int Xpos[6] = { -1, 0, -1, 0, -1, -1};
249 x_offset = Xpos[comp];
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp     [all...]

Completed in 551 milliseconds