OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PixelWeight
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxge/dib/
dib_int.h
38
struct
PixelWeight
{
57
PixelWeight
* GetPixelWeight(int pixel) {
58
return (
PixelWeight
*)(m_pWeightTables + (pixel - m_DestMin) * m_ItemSize);
/external/pdfium/core/src/fxcodec/codec/
fx_codec_progress.h
15
struct
PixelWeight
{
36
PixelWeight
* GetPixelWeight(int pixel) {
37
return (
PixelWeight
*)(m_pWeightTables + (pixel - m_DestMin) * m_ItemSize);
53
PixelWeight
* GetPixelWeight(int pixel) {
54
return (
PixelWeight
*)(m_pWeightTables + pixel * m_ItemSize);
69
PixelWeight
* GetPixelWeight(int pixel) {
70
return (
PixelWeight
*)(m_pWeightTables + pixel * m_ItemSize);
Completed in 362 milliseconds