OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nValues
(Results
1 - 8
of
8
) sorted by null
/external/pdfium/core/fpdfapi/page/
cpdf_colorstate.h
42
void SetFillColor(CPDF_ColorSpace* pCS, FX_FLOAT* pValue, uint32_t
nValues
);
43
void SetStrokeColor(CPDF_ColorSpace* pCS, FX_FLOAT* pValue, uint32_t
nValues
);
46
uint32_t
nValues
);
49
uint32_t
nValues
);
72
uint32_t
nValues
);
cpdf_colorstate.cpp
74
uint32_t
nValues
) {
76
SetColor(pData->m_FillColor, pData->m_FillRGB, pCS, pValue,
nValues
);
81
uint32_t
nValues
) {
83
SetColor(pData->m_StrokeColor, pData->m_StrokeRGB, pCS, pValue,
nValues
);
88
uint32_t
nValues
) {
90
pData->m_FillColor.SetValue(pPattern, pValue,
nValues
);
104
uint32_t
nValues
) {
106
pData->m_StrokeColor.SetValue(pPattern, pValue,
nValues
);
123
uint32_t
nValues
) {
129
if (color.GetColorSpace()->CountComponents() >
nValues
)
[
all
...]
/external/fonttools/Lib/fontTools/ttLib/tables/
ttProgram.py
242
nValues
= int(m.group(1))
245
for j in range(
nValues
):
411
nValues
= op - argoffset + 1
414
nValues
= bytecode[i]
416
assert
nValues
> 0
418
for j in range(
nValues
):
423
for j in range(
nValues
):
435
nValues
= len(values)
436
if
nValues
== 1:
439
assembly.append("%s[ ] /* %s values pushed */" % (mnemonic,
nValues
))
[
all
...]
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
arm_math.h
[
all
...]
/frameworks/base/core/jni/
android_media_AudioSystem.cpp
651
int *
nValues
= env->GetIntArrayElements(jValues, NULL);
653
memcpy(nAudioGainConfig->values,
nValues
, size * sizeof(int));
[
all
...]
/frameworks/av/media/libstagefright/
MPEG4Writer.cpp
218
uint32_t
nValues
= mNumValuesInCurrEntry % ENTRY_SIZE;
219
if (nEntries == 0 &&
nValues
== 0) {
225
uint32_t pos = nEntries * ENTRY_SIZE +
nValues
;
[
all
...]
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar
/prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar
Completed in 350 milliseconds