KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SmaaSearchTex.h File Reference

Go to the source code of this file.

Macros

#define SEARCHTEX_WIDTH   64
 Copyright (C) 2013 Jorge Jimenez (jorge.nosp@m.@iry.nosp@m.oku.c.nosp@m.om) Copyright (C) 2013 Jose I. More...
 
#define SEARCHTEX_HEIGHT   16
 
#define SEARCHTEX_PITCH   SEARCHTEX_WIDTH
 
#define SEARCHTEX_SIZE   (SEARCHTEX_HEIGHT * SEARCHTEX_PITCH)
 

Variables

static const unsigned char searchTexBytes []
 Stored in R8 format. More...
 

Macro Definition Documentation

◆ SEARCHTEX_HEIGHT

#define SEARCHTEX_HEIGHT   16

Definition at line 34 of file SmaaSearchTex.h.

◆ SEARCHTEX_PITCH

#define SEARCHTEX_PITCH   SEARCHTEX_WIDTH

Definition at line 35 of file SmaaSearchTex.h.

◆ SEARCHTEX_SIZE

#define SEARCHTEX_SIZE   (SEARCHTEX_HEIGHT * SEARCHTEX_PITCH)

Definition at line 36 of file SmaaSearchTex.h.

◆ SEARCHTEX_WIDTH

#define SEARCHTEX_WIDTH   64

Copyright (C) 2013 Jorge Jimenez (jorge.nosp@m.@iry.nosp@m.oku.c.nosp@m.om) Copyright (C) 2013 Jose I.

Echevarria (josei.nosp@m.gnac.nosp@m.ioech.nosp@m.evar.nosp@m.ria@g.nosp@m.mail.nosp@m..com) Copyright (C) 2013 Belen Masia (bmasi.nosp@m.a@un.nosp@m.izar..nosp@m.es) Copyright (C) 2013 Fernando Navarro (ferna.nosp@m.ndn@.nosp@m.micro.nosp@m.soft.nosp@m..com) Copyright (C) 2013 Diego Gutierrez (diego.nosp@m.g@un.nosp@m.izar..nosp@m.es)

Permission is hereby granted, free of charge, to any person obtaining a copy this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. As clarification, there is no requirement that the copyright notice and permission be included in binary distributions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Definition at line 33 of file SmaaSearchTex.h.

Variable Documentation

◆ searchTexBytes

const unsigned char searchTexBytes[]
static

Stored in R8 format.

Load it in the following format:

  • DX9: D3DFMT_L8
  • DX10: DXGI_FORMAT_R8_UNORM

Definition at line 43 of file SmaaSearchTex.h.

Referenced by KIGFX::ANTIALIASING_SMAA::loadShaders().