OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pPal
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp
627
FX_ARGB*
pPal
= m_Storer.GetBitmap()->GetPalette();
628
if (
pPal
) {
630
argb[i] =
pPal
[i];
[
all
...]
/external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp
206
FX_ARGB*
pPal
= m_pSrc->GetPalette();
208
if (
pPal
) {
209
FX_ARGB src_argb =
pPal
[*src_buf];
[
all
...]
Completed in 248 milliseconds