Searched defs:h (Results 1 – 14 of 14) sorted by relevance
| /base/powermgr/battery_manager/charger/ui/src/ |
| D | view.cpp | 27 void* View::CreateBuffer(int w, int h, View::PixelFormat pixelFormat) in CreateBuffer() 75 for (int h = 0; h < viewHeight_; h++) { in SetBackgroundColor() local 87 void View::DrawSubView(int x, int y, int w, int h, char* buf) in DrawSubView()
|
| D | frame.cpp | 27 Frame::Frame(unsigned int w, unsigned int h, View::PixelFormat pixType, SurfaceDev* sfDev) in Frame()
|
| D | surface_dev.cpp | 154 void SurfaceDev::GetScreenSize(int& w, int& h) in GetScreenSize()
|
| D | animation_label.cpp | 39 AnimationLabel::AnimationLabel(int startX, int startY, int w, int h, Frame* mParent) in AnimationLabel()
|
| D | text_label.cpp | 34 TextLabel::TextLabel(int mStartX, int mStartY, int w, int h, Frame* mparent) in TextLabel()
|
| /base/update/updater/services/ui/ |
| D | view.cpp | 21 void *View::CreateBuffer(int w, int h, int pixelFormat) in CreateBuffer() 67 for (int h = 0; h < viewHeight_; h++) { in SetBackgroundColor() local 78 void View::DrawSubView(int x, int y, int w, int h, void *buf) in DrawSubView()
|
| D | surface_dev.cpp | 40 void SurfaceDev::GetScreenSize(int &w, int &h) in GetScreenSize()
|
| D | progress_bar.cpp | 27 ProgressBar::ProgressBar(const int startX, const int startY, const int w, const int h, Frame *paren… in ProgressBar()
|
| D | frame.cpp | 27 Frame::Frame(unsigned int w, unsigned int h, View::PixelFormat pixType, SurfaceDev *sfDev) in Frame()
|
| D | animation_label.cpp | 26 AnimationLable::AnimationLable(int startX, int startY, int w, int h, Frame *mParent) in AnimationLable()
|
| D | text_label.cpp | 26 TextLabel::TextLabel(int mStartX, int mStartY, int w, int h, Frame *mparent) in TextLabel()
|
| /base/hiviewdfx/hiview_lite/ |
| D | hiview_file.c | 115 HiviewFileHeader h = { 0 }; in ReadFileHeader() local 149 HiviewFileHeader *h = &(fp->header); in WriteToFile() local 173 HiviewFileHeader* h = &(fp->header); in ReadFromFile() local
|
| /base/update/updater/services/diffpatch/diff/ |
| D | blocks_diff.cpp | 412 DataType h = 0; in Init() local 444 DataType start, DataType len, DataType h) in SplitForLess() 470 …<DataType>::Split(std::vector<DataType> &suffixArrayTemp, DataType start, DataType len, DataType h) in Split()
|
| /base/sensors/sensor/interfaces/native/src/ |
| D | geomagnetic_field.cpp | 155 float h = GAUSS_COEFFICIENT_H[row][column] + yearsSinceBase in CalculateGeomagneticComponent() local
|