Searched refs:ConvertSizeToDIP (Results 1 – 6 of 6) sorted by relevance
34 CONTENT_EXPORT gfx::Size ConvertSizeToDIP(
47 gfx::Size ConvertSizeToDIP(float scale_factor, in ConvertSizeToDIP() function
191 return ConvertSizeToDIP(current_frame_->frame_device_scale_factor_, in GetCurrentFrameSizeInDIP()
1249 current_frame_size_ = ConvertSizeToDIP( in UpdateExternalTexture()1261 current_frame_size_ = ConvertSizeToDIP(last_swapped_surface_scale_factor_, in UpdateExternalTexture()1287 if (ShouldSkipFrame(ConvertSizeToDIP(surface_scale_factor, in SwapBuffersPrepare()1390 ConvertSizeToDIP(frame_device_scale_factor, frame_size); in SwapDelegatedFrame()1537 ConvertSizeToDIP(frame_device_scale_factor, frame_size); in SwapSoftwareFrame()
31 COMPOSITOR_EXPORT gfx::Size ConvertSizeToDIP(
36 gfx::Size ConvertSizeToDIP(const Layer* layer, in ConvertSizeToDIP() function