Searched defs:py (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
H A DControlPoint.java23 public ControlPoint(float px, float py) { argument
25 y = py;
/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.cpp291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double w, double h) argument
297 if (py < ry)
299 if (py >= ry + h)
/packages/apps/Gallery2/jni/filters/
H A Dtinyplanet.cc118 float py = (phi / PI_F) * input_height; local
122 py = wrap(py, input_height);
125 InterpolatePixel(input, px, py, output(x, y));
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.cpp291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double w, double h) argument
297 if (py < ry)
299 if (py >= ry + h)
/packages/inputmethods/PinyinIME/jni/android/
H A Dcom_android_inputmethod_pinyin_PinyinDecoderService.cpp131 const char *py = im_get_sps_str(&py_len); // py_len gets decoded length local
132 assert(NULL != py);
134 py_len = strlen(py);
142 retbuf[i] = py[i];
152 const char *py = im_get_sps_str(&py_len); // py_len gets decoded length local
153 assert(NULL != py);
155 py_len = strlen(py);
/packages/inputmethods/PinyinIME/jni/share/
H A Duserdict.cpp492 const unsigned char py = *spl_trie.get_spelling_str(splid_str[i]); local
493 searchable->signature[i>>2] |= (py << (8 * (i % 4)));
H A Dmatrixsearch.cpp419 size_t MatrixSearch::search(const char *py, size_t py_len) { argument
420 if (!inited_ || NULL == py)
431 if ('\0' == py[ch_pos] || py[ch_pos] != pys_[ch_pos])
441 memcpy(pys_ + ch_pos, py + ch_pos, py_len - ch_pos);
445 if (!add_char(py[ch_pos])) {

Completed in 386 milliseconds